Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
596de738
Commit
596de738
authored
Nov 23, 2016
by
Mithgol
Committed by
GitHub
Nov 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
we also support Node.js v6.x, v7.x, we are upgraded to SQLite v3.15.0
parent
4800c637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
README.md
README.md
+2
-8
No files found.
README.md
View file @
596de738
...
...
@@ -7,10 +7,9 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
[

](https://coveralls.io/github/mapbox/node-sqlite3?branch=master)
[

](https://david-dm.org/mapbox/node-sqlite3)
## 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
)
.
...
...
@@ -52,14 +51,12 @@ db.close();
-
[
Extension support
](
https://github.com/mapbox/node-sqlite3/wiki/Extensions
)
-
Big test suite
-
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
See the
[
API documentation
](
https://github.com/mapbox/node-sqlite3/wiki
)
in the wiki.
# Installing
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:
npm install mocha
npm test
# Contributors
*
[
Konstantin Käfer
](
https://github.com/kkaefer
)
...
...
@@ -185,7 +181,6 @@ In sqlite3's directory (where its `package.json` resides) run the following:
*
[
Johannes Schauer
](
https://github.com/pyneo
)
*
[
Mithgol
](
https://github.com/Mithgol
)
# Acknowledgments
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/
)
.
# License
`node-sqlite3`
is
[
BSD licensed
](
https://github.com/mapbox/node-sqlite3/raw/master/LICENSE
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment