You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Litefs is a golang compliment to SQLite. It supports master slave SQLite where the changes on the master are saved to S3 and then propagated to the slaves.
A proxy that is able to distinguish writes / reads would be complimentary because then writes can go to the master db and reads to the slave db.
Yes, we do not support the SQLite protocol yet. If necessary, we hope that someone in the community can work with us to complete the support for SQLite.
Litefs is a golang compliment to SQLite. It supports master slave SQLite where the changes on the master are saved to S3 and then propagated to the slaves.
A proxy that is able to distinguish writes / reads would be complimentary because then writes can go to the master db and reads to the slave db.
https://github.com/superfly/litefs
https://github.com/benbjohnson/litestream
as I understand it the proxy does not support SQLite protocol ?
The text was updated successfully, but these errors were encountered: