margaretha | 6c2a20f | 2017-07-24 15:33:01 +0200 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Sqlite Settings |
| 3 | |
| 4 | jdbc.database=sqlite |
| 5 | jdbc.driverClassName=org.sqlite.JDBC |
margaretha | 8fe51e9 | 2023-09-20 11:22:20 +0200 | [diff] [blame] | 6 | #jdbc.url=jdbc:sqlite::memory: |
margaretha | 6ff2a97 | 2023-09-21 14:54:39 +0200 | [diff] [blame] | 7 | jdbc.url=jdbc:sqlite:file::memory:?cache=shared |
| 8 | #jdbc.url=jdbc:sqlite:testDB.sqlite |
margaretha | 6c2a20f | 2017-07-24 15:33:01 +0200 | [diff] [blame] | 9 | jdbc.username=pc |
| 10 | jdbc.password=pc |
margaretha | fcf8bd9 | 2021-01-14 10:55:53 +0100 | [diff] [blame] | 11 | jdbc.schemaPath=classpath:db/sqlite,db/predefined,db/test |