Ask HN: Are you using SQLite and Litestream in production?
21–26 of 26 posts
Re: Ask HN: Are you using SQLite and Litestream in production?
#22Earlier quoted context omitted.
I was about to explore sqlite/litestream but didn't because we have two services (cron and admin-web) that write to the database. Regular www-web services are read-only. We only have one instance of cron and admin-web. We could make sure they are always on the same host. So reading this made me happy. Do you have a blog/gist where I can find/steal some of your work?
I do not - however, I keep meaning to write up a generic version of our CDK code for sharing/reuse. I'll make a post here when I do.
Re: Ask HN: Are you using SQLite and Litestream in production?
#23I use sqlite with litestream through Pocketbase in production for around 2 years now on a site with 12,000 / month traffic. Works flawlessly and I haven't had to do anything to maintain it.
I recently discovered PocketBase (through HackerNews, no less..) and have fallen in love with its simplicity and ethos. I've been tinkering with it over the last week, but have yet to hear of someone using it in production. I'd love to hear more about your use case, and any other thoughts you can share when using PocketBase.
Re: Ask HN: Are you using SQLite and Litestream in production?
#24Re: Ask HN: Are you using SQLite and Litestream in production?
#25Surprised more people also dont mention the more complex sqlite stuff like rqlite and dqlite