:sql:
SQLite as a document database
SQLite (read-only) running on a static site https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
Bashing JSON into Shape with SQLite https://christine.website/blog/sqlite-json-munge-2022-01-04
SQLite is a tcl extension: https://www.tcl.tk/community/tcl2017/assets/talk93/Paper.html
Replication:
Browsers:
sqlar: SQLite Archive, like zip or tar
The SQLite project has been pretty clear on its goal. It is not to be a client/server database alternative, itβs to be an ad-hoc application data file alternative. But it is software and with a bit of hard work, you can make software do amazing things.