Commit 596de738 by Mithgol Committed by GitHub

we also support Node.js v6.x, v7.x, we are upgraded to SQLite v3.15.0

parent 4800c637
...@@ -7,10 +7,9 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js]( ...@@ -7,10 +7,9 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
[![Coverage Status](https://coveralls.io/repos/mapbox/node-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/node-sqlite3?branch=master) [![Coverage Status](https://coveralls.io/repos/mapbox/node-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/node-sqlite3?branch=master)
[![Dependencies](https://david-dm.org/mapbox/node-sqlite3.svg)](https://david-dm.org/mapbox/node-sqlite3) [![Dependencies](https://david-dm.org/mapbox/node-sqlite3.svg)](https://david-dm.org/mapbox/node-sqlite3)
## Supported platforms ## Supported platforms
The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v4.x, and v5.x. The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v4.x, v5.x, v6.x and v7.x.
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp). Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
...@@ -52,14 +51,12 @@ db.close(); ...@@ -52,14 +51,12 @@ db.close();
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions) - [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
- Big test suite - Big test suite
- Written in modern C++ and tested for memory leaks - Written in modern C++ and tested for memory leaks
- Bundles Sqlite3 3.9.1 as a fallback if the installing system doesn't include SQLite - Bundles Sqlite3 3.15.0 as a fallback if the installing system doesn't include SQLite
# API # API
See the [API documentation](https://github.com/mapbox/node-sqlite3/wiki) in the wiki. See the [API documentation](https://github.com/mapbox/node-sqlite3/wiki) in the wiki.
# Installing # Installing
You can use [`npm`](https://github.com/isaacs/npm) to download and install: 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: ...@@ -168,7 +165,6 @@ In sqlite3's directory (where its `package.json` resides) run the following:
npm install mocha npm install mocha
npm test npm test
# Contributors # Contributors
* [Konstantin Käfer](https://github.com/kkaefer) * [Konstantin Käfer](https://github.com/kkaefer)
...@@ -185,7 +181,6 @@ In sqlite3's directory (where its `package.json` resides) run the following: ...@@ -185,7 +181,6 @@ In sqlite3's directory (where its `package.json` resides) run the following:
* [Johannes Schauer](https://github.com/pyneo) * [Johannes Schauer](https://github.com/pyneo)
* [Mithgol](https://github.com/Mithgol) * [Mithgol](https://github.com/Mithgol)
# Acknowledgments # Acknowledgments
Thanks to [Orlando Vazquez](https://github.com/orlandov), Thanks to [Orlando Vazquez](https://github.com/orlandov),
...@@ -194,7 +189,6 @@ Thanks to [Orlando Vazquez](https://github.com/orlandov), ...@@ -194,7 +189,6 @@ Thanks to [Orlando Vazquez](https://github.com/orlandov),
Development of this module is sponsored by [MapBox](http://mapbox.org/). Development of this module is sponsored by [MapBox](http://mapbox.org/).
# License # License
`node-sqlite3` is [BSD licensed](https://github.com/mapbox/node-sqlite3/raw/master/LICENSE). `node-sqlite3` is [BSD licensed](https://github.com/mapbox/node-sqlite3/raw/master/LICENSE).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment