We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d09b4 commit 701cdcdCopy full SHA for 701cdcd
1 file changed
README.md
@@ -488,7 +488,7 @@ fits your use-case. You might want to try these other SQLite libraries:
488
- [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3): Totes itself as the fastest and
489
simplest library for SQLite3 in Node.js.
490
- [sql.js](https://github.com/sql-js/sql.js): SQLite compiled to Webassembly.
491
-- [sqlite3-offline](https://www.npmjs.com/package/sqlite3-offline): Offers pre-compiled `sqlite3`
+- [sqlite3-offline](https://github.com/DenisCarriere/sqlite3-offline): Offers pre-compiled `sqlite3`
492
binaries if your machine cannot compile it. Should be mostly compatible with this library.
493
494
If you know of any others, feel free to open a PR to add them to the list.
0 commit comments