@simonw perhaps you’ve covered this somewhere? How do you centralize your SQLite db?
I guess I’m not sure. I guess I’m thinking I’m equivalent terms of flat files in a git repo. Maybe I need to read some docs.
Most of my SQLite databases are derivatives of another point of truth – data stored in CSVs in git repositories or pulled in from an API – by github.com/dogsheep/githu… for example
What do you mean by centralize?
I’ve got little SQLite DBs littered all over the place now. Many are generated by GitHub Actions and published somewhere. Some live on an AWS Lightsail instance and are updated by crons – others live in Docker volumes on a Digital Ocean droplet.