Skip to content

Commit 28e5774

Browse files
committed
add some details about supported platforms, mention Node v0.11.x
1 parent 511f2eb commit 28e5774

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
66

77
[![Build status](https://ci.appveyor.com/api/projects/status/d5dfp6cmo5fmh2a8/branch/master)](https://ci.appveyor.com/project/springmeyer/node-sqlite3)
88

9-
## Depends
9+
## Supported platforms
1010

11-
- Node.js v0.10.x or v0.8.x
11+
The `sqlite3` module works with Node.js v0.8.x, v0.10.x or v0.11.x (though only v0.11.13 and above).
1212

13-
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/springmeyer/node-pre-gyp).
13+
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/springmeyer/node-pre-gyp).
1414

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)
1618

1719
# Usage
1820

0 commit comments

Comments
 (0)