Skip to content

Commit 2c74885

Browse files
committed
documentation fixes
1 parent 6a1f4ec commit 2c74885

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1515

1616
- Straightforward query and parameter binding interface
1717
- Full Buffer/Blob support
18-
- Extensive [debugging support](https://github.com/gms1/node-sqlite3/wiki/Debugging)
19-
- [Query serialization](https://github.com/gms1/node-sqlite3/wiki/Control-Flow) API
20-
- [Extension support](https://github.com/gms1/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
18+
- Extensive debugging support via [verbose mode](docs/API.md#verbose-mode)
19+
- [Query serialization](docs/API.md#databaseserialize) API
20+
- [Extension support](docs/API.md#databaseloadextension), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
2121
- Big test suite
22-
- Written in modern C++ and tested for memory leaks
22+
- Written in modern C++
2323
- Bundles SQLite v3.53.0, or you can build using a local SQLite
2424

2525
# Installing
@@ -32,7 +32,6 @@ npm install @homeofthings/sqlite3
3232
# or
3333
yarn add @homeofthings/sqlite3
3434
```
35-
* GitHub's `main` branch: `npm install https://github.com/gms1/node-sqlite3/tarball/main`
3635

3736
### Prebuilt binaries
3837

docs/API.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,4 +954,3 @@ import { SqliteDatabase, SqliteStatement, SqliteBackup } from '@homeofthings/sql
954954
## More Information
955955

956956
- [SQLite Documentation](https://www.sqlite.org/docs.html)
957-
- [Node.js SQLite3 Wiki](https://github.com/TryGhost/node-sqlite3/wiki) (upstream project)

0 commit comments

Comments
 (0)