Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite support #256

Open
gedw99 opened this issue Aug 21, 2022 · 2 comments
Open

SQLite support #256

gedw99 opened this issue Aug 21, 2022 · 2 comments

Comments

@gedw99
Copy link

gedw99 commented Aug 21, 2022

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 ?

@dk-lockdown
Copy link
Collaborator

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.

@gedw99
Copy link
Author

gedw99 commented Aug 21, 2022

Might be worth collaborating with Ben as it looks like he looks to write a proxy. There are a few issues alluding to it.

i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants