πŸ‘©β€πŸ’» chrismanbrown.gitlab.io

SQLite

: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.

Siren Call of SQLite on the Server
https://pid1.dev/posts/siren-call-of-sqlite-on-the-server/
Simple declarative schema migration for SQLite
https://david.rothlis.net/declarative-schema-migration-for-sqlite/