Use knex instead of js-data

This commit is contained in:
Zalmoxisus
2016-11-08 22:48:32 +02:00
parent 7c106cd843
commit fd9f7f2c0d
9 changed files with 130 additions and 64 deletions

6
defaultDbOptions.json Normal file
View File

@@ -0,0 +1,6 @@
{
"connection": { "filename": "./remotedev-db.sqlite3" },
"client": "sqlite3",
"debug": false,
"migrate": true
}