5 ms·
Nice work! Would be cool to have a plugin system that could allow for interfacing with other DBs like sqlite etc.
by j_m_b 2y ago
Nice work! Would be cool to have a plugin system that could allow for interfacing with other DBs like sqlite etc.
- achristmascarl 2y agothank you! support for other DBs is planned, starting with mysql and sqlite. no set timeline yet though
- me_vinayakakv 2y agoNice! I see DBeaver and DataGrip implementing connection layer through JDBC. Not sure if that would be a viable option in Rust.
- drzaiusx11 2y agoDiesel has support for MySQL, Sqlite and Postgres which can easily execute raw queries but is likely overkill for what you need? https://github.com/diesel-rs/diesel https://github.com/diesel-rs/diesel
- drzaiusx11 2y agoRDBC would be a great fit, but it looks like it's no longer maintained. Might just be better to create your own adapter pattern https://github.com/tokio-rs/rdbc https://github.com/tokio-rs/rdbc