Skip to content

Commit fc48aed

Browse files
authored
docs: Added json1 support note (#1303)
1 parent fdceaef commit fc48aed

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
@@ -49,7 +49,7 @@ db.close();
4949
- Full Buffer/Blob support
5050
- Extensive [debugging support](https://github.com/mapbox/node-sqlite3/wiki/Debugging)
5151
- [Query serialization](https://github.com/mapbox/node-sqlite3/wiki/Control-Flow) API
52-
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
52+
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html).
5353
- Big test suite
5454
- Written in modern C++ and tested for memory leaks
5555
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite

0 commit comments

Comments
 (0)