Change db connector to knex

This commit is contained in:
rui hildt 2020-05-02 17:58:18 +02:00
parent 8465c4ecd6
commit 1ea6a71744
2 changed files with 1244 additions and 211 deletions

1453
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-pg-migrate": "^4.7.0",
"knex": "^0.21.1",
"pg": "^8.0.3"
}
}