migrate database from SQLite to PostgreSQL; add PostgreSQL adapter and migration script
This commit is contained in:
+5
-1
@@ -16,7 +16,11 @@
|
||||
"password": "changeme"
|
||||
},
|
||||
"database": {
|
||||
"path": "./archive.sqlite"
|
||||
"type": "sqlite",
|
||||
"path": "./archive.sqlite",
|
||||
"postgres": {
|
||||
"connectionString": "postgresql://user:password@localhost:5432/duriin"
|
||||
}
|
||||
},
|
||||
"sec": {
|
||||
"userAgent": "Augor benjamin.watt@imbenji.net",
|
||||
|
||||
Reference in New Issue
Block a user