Use normal sqlite3 and promise_sqlite.
This commit is contained in:
parent
77fb997785
commit
d178c53dcb
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
"version": "0.1.0-SNAPSHOT",
|
"version": "0.1.0-SNAPSHOT",
|
||||||
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"promise-sqlite": "1.2.1",
|
"promise-sqlite": "1.3.0",
|
||||||
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
||||||
"sqlite3": "mossop/node-sqlite3#v3.1.4.1",
|
"sqlite3": "3.1.4",
|
||||||
"thenify-all": "^1.6.0",
|
"thenify-all": "^1.6.0",
|
||||||
"ws": "1.1.1"
|
"ws": "1.1.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue