Skip to content

Commit 6e250c6

Browse files
authored
Update mention of bundled SQLite version to 3.32.2
- This updates the README to be inline with what's in master
1 parent 29debf3 commit 6e250c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ db.close();
5555
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html).
5656
- Big test suite
5757
- Written in modern C++ and tested for memory leaks
58-
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite
58+
- Bundles SQLite3 3.32.3 as a fallback if the installing system doesn't include SQLite
5959

6060
# API
6161

0 commit comments

Comments
 (0)