Replies: 2 comments
-
We do not have any plans to add support for another database system to diesel itself, especially if non of the maintainers is using that database system |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok thank you! |
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
-
I'm trying to use the bitwarden_rs project for my password manager. I wanted to ensure that my password manager is using a db which is lightweight and redundant/High Availability capable.
diesel-rs supports sqlite3, which rqlite is based on. Would love for diesel-rs to add support for rqlite so I could cluster my db that my bitwarden_rs password manager service utilizes.
I'm running IoT based hardware and also some small cloud vm's (256-512mb ram) and rqlite/sqlite3 are perfect for this type of implementation. Bitwarden_rs utilizes diesel-rs and thus they will not take on extra DB implementations as they are fully integrated with diesel-rs and thus they noted I should either seek to see if rqlite can work with diesel-rs or if diesel-rs can implement compatibility.
Would love to have this! thanks!
Beta Was this translation helpful? Give feedback.
All reactions