Hacker News new | ask | show | jobs
by mtlynch 1265 days ago
Litestream is one-way replication, so it can't sync across multiple writers.

LiteFS is Ben Johnson's newer project that does SQLite synchronization across nodes: https://github.com/superfly/litefs

1 comments

So we've got LiteFS, LiteStream and LiteSync ... all of which handle the same problem of sqlite replication in different ways. I know naming is hard but this is bound to lead to confusion.