You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `sqlite3` module works with Node.js v0.8.x, v0.10.x or v0.11.x (though only v0.11.13 and above).
12
12
13
-
Binaries for most Node versions and platforms are provided bydefault via [node-pre-gyp](https://github.com/springmeyer/node-pre-gyp).
13
+
Binaries for most Node versions and platforms are provided bydefault via [node-pre-gyp](https://github.com/springmeyer/node-pre-gyp).
14
14
15
-
Also works with [node-webkit](https://github.com/rogerwang/node-webkit) and sqlcipher.
15
+
The `sqlite3` module also works with [node-webkit](https://github.com/rogerwang/node-webkit) if node-webkit contains a supported version of Node.js engine. [(See below.)](#building-for-node-webkit)
16
+
17
+
SQLite's [SQLCipher extension](https://github.com/sqlcipher/sqlcipher) is also supported. [(See below.)](#building-for-sqlcipher)
0 commit comments