Fix: Start using sqlite module that actually uses promises.
For now export legacy sqlite3 module until other code is refactored.
This commit is contained in:
parent
2beab45f32
commit
2e27e63f94
3 changed files with 28 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
"request": "^2.88.0",
|
||||
"scribe-js": "^2.0.4",
|
||||
"serve-static": "^1.13.2",
|
||||
"sqlite": "^3.0.3",
|
||||
"sqlite3": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue