@benbjohnson
Ben Johnson
2 years
I open sourced a new SQLite replication tool I've been working on called LiteFS. It allows you to run multiple replicated nodes and hand-off leadership on the fly. It's still in the alpha stage but I'm looking for feedback. Thanks!
2
92
524

Replies

@simonw
Simon Willison
2 years
@benbjohnson Interesting - does that work with databases that are both running with and without WAL mode? I saw the readme mentions journal mode in addition to WAL
1
0
2
@benbjohnson
Ben Johnson
2 years
@simonw For the initial release, it only works with the rollback journal. I'll add WAL support soon though.
1
1
3
@benbjohnson
Ben Johnson
2 years
@devgerred Thanks, Gerred! It's got some rough edges and I'm working on testing/hardening. Any DX feedback would be awesome.
0
0
0
@LightningK0ala
Lightning Koala ⚡
2 years
0
0
0