2021-10-01 01:50:07 +00:00
|
|
|
# systemquery
|
|
|
|
|
|
|
|
> Distributed system information query tool.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Useful Links
|
|
|
|
|
2022-01-05 20:08:40 +00:00
|
|
|
- [jpake](https://www.npmjs.com/package/jpake) - ~~in case our STARTTLS-based idea doesn't work~~ it didn't work :-/
|
2022-01-27 01:21:50 +00:00
|
|
|
- [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.
|