Skip to content

Commit ce49b67

Browse files
committed
favour of @appthreat/sqlite3 but let the user choose
1 parent f36b103 commit ce49b67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Note:** Fortunately, there is already another well maintained fork: [AppThreat/node-sqlite3](https://github.com/AppThreat/node-sqlite3). Unfortunately, this fork didn't appear in the list of forks of TryGhost/node-sqlite3, which is why I created this fork here.
66

7-
:no_entry: [DEPRECATED] in favour of [@appthreat/sqlite3](https://www.npmjs.com/package/@appthreat/sqlite3)
7+
**So you have the choice**
88

99
---
1010
Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/).
@@ -24,6 +24,8 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
2424
- [Extension support](docs/API.md#databaseloadextension), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
2525
- Big test suite
2626
- Written in modern C++
27+
- Is built using hardening flags
28+
- Promise-based API
2729
- Bundles SQLite v3.53.0, or you can build using a local SQLite
2830

2931
# Installing

0 commit comments

Comments
 (0)