blob: da5fd57434c1a759e6205582498f8d68d872cb8f [file] [log] [blame]
#-------------------------------------------------------------------------------
# Sqlite Settings
jdbc.database=sqlite
jdbc.driverClassName=org.sqlite.JDBC
jdbc.url=jdbc:sqlite::memory:
#jdbc.url=jdbc:sqlite:testDB.sqlite
jdbc.username=pc
jdbc.password=pc
jdbc.schemaPath=classpath:db.sqlite, db.test, db.predefined