Hacker News new | ask | show | jobs
by benbjohnson 1426 days ago
Thanks! I think sharding is really interesting -- especially with a lightweight database like SQLite. I'm not looking for contributions right now but I would love to hear any feedback on the approach taken with LiteFS. I want to make it as easy to run as possible.
1 comments

I'd give LiteFS a run soon. SqlLite is cross-platform, but seems like LiteFS is not. True?

https://github.com/superfly/litefs

Yes, that's correct. It's Linux only right now although I'll probably support macOS too (via MacFUSE).