Class | Description |
---|---|
Driver |
Scriptella Adapter for H2 database.
|
See Overview of JDBC package for a description of common features and connection properties.
Driver class: | scriptella.driver.h2.Driver |
URL: | Same as for H2. No URL means private in-memory database. |
Runtime dependencies: | h2.jar |
Name | Description | Required |
---|
<connection driver="h2" url="jdbc:h2:file:database" user="sa">
</connection>
<!--empty URL attribute means private In-Memory database -->
<connection driver="h2"/>
Copyright © Copyright 2006-2019 The Scriptella Project Team.