blob: 1be6a4108dd436fafb7efb38d2ae6c4ef330518a [file] [log] [blame]
margaretha6c2a20f2017-07-24 15:33:01 +02001#-------------------------------------------------------------------------------
2# Sqlite Settings
3
4jdbc.database=sqlite
5jdbc.driverClassName=org.sqlite.JDBC
margaretha8fe51e92023-09-20 11:22:20 +02006#jdbc.url=jdbc:sqlite::memory:
margaretha6ff2a972023-09-21 14:54:39 +02007jdbc.url=jdbc:sqlite:file::memory:?cache=shared
8#jdbc.url=jdbc:sqlite:testDB.sqlite
margaretha6c2a20f2017-07-24 15:33:01 +02009jdbc.username=pc
10jdbc.password=pc
margarethafcf8bd92021-01-14 10:55:53 +010011jdbc.schemaPath=classpath:db/sqlite,db/predefined,db/test