Feature request: Support clustered SQLite #2789
achetronic
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
If that backend is supported by Diesel we could support it. But as far as i know it isn't supported. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe fork with dqlite? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
First of all, thank you for your amazing project 😄
I have been thinking about a way to maintain an easy-to-use database on home environments which are a bit more powerful (kubernetes). The point is that SQLite is small and easy to maintain over the time. But, for having several replicas inside K8s, you should go for a more canonical DB like PostgreSQL, which adds a lot of overhead for a little environment.
What about adding support for rqlite or dqlite as database? They are basically SQLite, but HA with raft for consensus
Beta Was this translation helpful? Give feedback.
All reactions