superfly / litefs

FUSE-based file system for replicating SQLite databases across a cluster of machines
Apache License 2.0
3.78k stars 89 forks source link

Multiple databases #105

Closed tjheeta closed 1 year ago

tjheeta commented 1 year ago

Just wondering - are multiple databases / sqlite files supported per fuse mount?

benbjohnson commented 1 year ago

@tjheeta Yes, there's no hard limit for the number of databases although I haven't tested with a high number yet. I had quite a few people ask to run Litestream with a database per user so making LiteFS eventually support a large number of databases is a priority.