Comment by achristmascarl
Comment by achristmascarl 10 months ago
thank you! support for other DBs is planned, starting with mysql and sqlite. no set timeline yet though
Comment by achristmascarl 10 months ago
thank you! support for other DBs is planned, starting with mysql and sqlite. no set timeline yet though
Diesel has support for MySQL, Sqlite and Postgres which can easily execute raw queries but is likely overkill for what you need?
RDBC would be a great fit, but it looks like it's no longer maintained. Might just be better to create your own adapter pattern
Nice! I see DBeaver and DataGrip implementing connection layer through JDBC.
Not sure if that would be a viable option in Rust.