systemquery/README.md
Starbeamrainbowlabs 53499b7caf
README: Add link to sql.js for the next step
we're probably gonna want to make extensive use of it
2022-01-27 01:21:50 +00:00

13 lines
412 B
Markdown

# systemquery
> Distributed system information query tool.
## 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.