All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scriptella.driver.h2.package.html Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version

H2 Database Driver Adapter for Scriptella.

General information

Driver class:scriptella.driver.h2.Driver
URL:Same as for H2. No URL means private in-memory database.
Runtime dependencies:h2.jar

Driver Specific Properties

Name Description Required

Examples

    <connection driver="h2" url="jdbc:h2:file:database" user="sa">
    </connection>

    <!--empty URL attribute means private In-Memory database -->
    <connection driver="h2"/>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy