-
Good article.
I currently use Litestream (https://litestream.io/) for efficient SQLite backups to S3, and I'm happy with that.
For me, the main point to consider wrt SQLite is if you need high availability or not. And how easy it is to setup litestream and persistent storage.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
gobackup[0] and sqlite_rsync are good tools to backup sqlite databases.
[0]: https://github.com/gobackup/gobackup
-
One alternative is to use pglite [1] which is Postgres compiled to WASM. It can act as a sqlite replacement during development, then when you are ready to move to a server model your SQL is already in Postgres format.
[1]: https://pglite.dev/
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
SQLite in Production: Lessons from Running a Store on a Single File
-
Why SQLite Is Taking over with Brian Holt and Marco Bambini
-
snips.sh: passwordless, anonymous SSH-powered pastebin
-
LiteSync – Easy synchronization of SQLite databases
-
Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?