18
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 Jul 2026
18 points (90.9% liked)
Opensource
6387 readers
150 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
It’s a bit different for SQLite, though, because it is not a server-based database engine: it is ultimately just a file.
ahhh for the server-based ones for sqlite specifically i'm just doing periodic copies of the db file to supabase storage as a backup, nothing fancy