blob: 7311a238be69653a5f32449a2e208ac24c1a144b [file] [log] [blame]
margaretha6c2a20f2017-07-24 15:33:01 +02001#-------------------------------------------------------------------------------
2# Sqlite Settings
3
4jdbc.database=sqlite
5jdbc.driverClassName=org.sqlite.JDBC
margarethabc9caf42017-09-21 18:52:52 +02006jdbc.url=jdbc:sqlite::memory:
margaretha318fec32017-10-24 12:11:58 +02007#jdbc.url=jdbc:sqlite:testDB.sqlite
margaretha6c2a20f2017-07-24 15:33:01 +02008jdbc.username=pc
9jdbc.password=pc
10jdbc.schemaPath=classpath:db.sqlite
margaretha318fec32017-10-24 12:11:58 +020011#jdbc.schemaPath=classpath:db.new-sqlite