Hacker News new | ask | show | jobs
by creakingstairs 1439 days ago
This is cool. I think it would also be neat to have option to have Litestream [1] integration so that users can use this without any persistent volume or worry about back ups

[1] https://litestream.io/

1 comments

PocketBase uses embedded SQLite in WAL mode, so it's already compatible with Litestream if you want to integrate it.

Or do you want Litestream somehow embedded in the Pocketbase binary so it's part of the "one file" artefact? They're both written in Go, so I guess that could theoretically be possible.