Commit 7322ea71 by Tom MacWright Committed by GitHub

Fixes #701, explicit SQLite3 version callout

parent ef7c2844
...@@ -52,6 +52,7 @@ db.close(); ...@@ -52,6 +52,7 @@ 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
# API # API
......
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