litefs icon indicating copy to clipboard operation
litefs copied to clipboard

FUSE-based file system for replicating SQLite databases across a cluster of machines

Results 68 litefs issues
Sort by recently updated
recently updated
newest added

Working on a pet project, exploring distributed systems & LiteFS. I'm hoping that someone may be able to weigh in on this with a potential solution. If I wanted to...

Many applications need to store and propagate files that are not SQLite databases (e.g. images). While it's possible to store large binary data in SQLite, it is not efficient. A...

enhancement

Would it be possible for litefs to manage primary status on a per-database rather than per-node basis to enable different databases within the same application (e.g. one database per SaaS...

I'm prototyping using LiteFS Cloud to distribute data retailers. Say we have Target and Sprouts. I only want the replica at Target to ever see `target.db`, and Sprouts should only...

enhancement

Am I admit a Little bit confused where fuse is used or why . I am guessing it’s sort of a virtual file System . my question is .. can...

enhancement

It would be nice if the `litefs` CLI could download snapshots from LiteFS Cloud. Nothing fancy - just the latest snapshot as if it were another readonly node coming online....

enhancement

So I am using local development and the litefs-example as a base to build out my schema and test some stuff. One of the things I did was use docker...

The current implementation of cluster IDs can be confusing in some scenarios. The cluster ID is a random string value generated by LiteFS when a node first becomes primary and...

enhancement

https://github.com/superfly/litefs/pull/340 added a heartbeat that we can track to ensure that the replica is continually connected. We should hook this into a metric that we can report on. There is...

enhancement