README: Add link to sql.js for the next step

we're probably gonna want to make extensive use of it
This commit is contained in:
Starbeamrainbowlabs 2022-01-27 01:21:50 +00:00
parent 1270a39808
commit 53499b7caf
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -8,3 +8,5 @@
## Useful Links
- [jpake](https://www.npmjs.com/package/jpake) - ~~in case our STARTTLS-based idea doesn't work~~ it didn't work :-/
- [sql.js](https://www.npmjs.com/package/sql.js) - pure JS version of SQLite3 compiled with emscripten
- This avoids the compiling-on-install problem may encounter with the regular `better-sqlite3` package.