Skip to content

Commit

Permalink
Update mention of bundled SQLite version to 3.32.2
Browse files Browse the repository at this point in the history
- This updates the README to be inline with what's in master
  • Loading branch information
ErisDS committed Jul 9, 2020
1 parent 29debf3 commit 6e250c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ db.close();
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html).
- Big test suite
- Written in modern C++ and tested for memory leaks
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite
- Bundles SQLite3 3.32.3 as a fallback if the installing system doesn't include SQLite

# API

Expand Down

0 comments on commit 6e250c6

Please sign in to comment.