Skip to content

Commit 596de73

Browse files
authored
we also support Node.js v6.x, v7.x, we are upgraded to SQLite v3.15.0
1 parent 4800c63 commit 596de73

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
77
[![Coverage Status](https://coveralls.io/repos/mapbox/node-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/node-sqlite3?branch=master)
88
[![Dependencies](https://david-dm.org/mapbox/node-sqlite3.svg)](https://david-dm.org/mapbox/node-sqlite3)
99

10-
1110
## Supported platforms
1211

13-
The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v4.x, and v5.x.
12+
The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v4.x, v5.x, v6.x and v7.x.
1413

1514
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
1615

@@ -52,14 +51,12 @@ db.close();
5251
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
5352
- Big test suite
5453
- Written in modern C++ and tested for memory leaks
55-
- Bundles Sqlite3 3.9.1 as a fallback if the installing system doesn't include SQLite
56-
54+
- Bundles Sqlite3 3.15.0 as a fallback if the installing system doesn't include SQLite
5755

5856
# API
5957

6058
See the [API documentation](https://github.com/mapbox/node-sqlite3/wiki) in the wiki.
6159

62-
6360
# Installing
6461

6562
You can use [`npm`](https://github.com/isaacs/npm) to download and install:
@@ -168,7 +165,6 @@ In sqlite3's directory (where its `package.json` resides) run the following:
168165
npm install mocha
169166
npm test
170167

171-
172168
# Contributors
173169

174170
* [Konstantin Käfer](https://github.com/kkaefer)
@@ -185,7 +181,6 @@ In sqlite3's directory (where its `package.json` resides) run the following:
185181
* [Johannes Schauer](https://github.com/pyneo)
186182
* [Mithgol](https://github.com/Mithgol)
187183

188-
189184
# Acknowledgments
190185

191186
Thanks to [Orlando Vazquez](https://github.com/orlandov),
@@ -194,7 +189,6 @@ Thanks to [Orlando Vazquez](https://github.com/orlandov),
194189

195190
Development of this module is sponsored by [MapBox](http://mapbox.org/).
196191

197-
198192
# License
199193

200194
`node-sqlite3` is [BSD licensed](https://github.com/mapbox/node-sqlite3/raw/master/LICENSE).

0 commit comments

Comments
 (0)