Skip to content

Commit 0895b3b

Browse files
committed
Updated link to docs about Extensions
- I've inlined this into the API docs to keep them together
1 parent 6388cac commit 0895b3b

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
@@ -14,7 +14,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1414
- Full Buffer/Blob support
1515
- Extensive [debugging support](https://github.com/tryghost/node-sqlite3/wiki/Debugging)
1616
- [Query serialization](https://github.com/tryghost/node-sqlite3/wiki/Control-Flow) API
17-
- [Extension support](https://github.com/tryghost/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
17+
- [Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
1818
- Big test suite
1919
- Written in modern C++ and tested for memory leaks
2020
- Bundles SQLite v3.38.3, or you can build using a local SQLite

0 commit comments

Comments
 (0)