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