From 925073f58a08810a7e9d073af406b9089ec797fb Mon Sep 17 00:00:00 2001 From: Erin Sparling Date: Thu, 9 Apr 2020 13:59:16 +0000 Subject: [PATCH] Added json1 support note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5957662e8..b1f4571a8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ db.close(); - Full Buffer/Blob support - Extensive [debugging support](https://github.com/mapbox/node-sqlite3/wiki/Debugging) - [Query serialization](https://github.com/mapbox/node-sqlite3/wiki/Control-Flow) API - - [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions) + - [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