From 53499b7cafccebe35ca7f3ab4edcb64476fbb3e0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 27 Jan 2022 01:21:50 +0000 Subject: [PATCH] README: Add link to sql.js for the next step we're probably gonna want to make extensive use of it --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f6e9ef..8e5881d 100644 --- a/README.md +++ b/README.md @@ -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.