top | item 41568570 (no title) me_vinayakakv | 1 year ago Nice! I see DBeaver and DataGrip implementing connection layer through JDBC.Not sure if that would be a viable option in Rust. discuss order hn newest drzaiusx11|1 year ago Diesel 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 drzaiusx11|1 year ago RDBC would be a great fit, but it looks like it's no longer maintained. Might just be better to create your own adapter patternhttps://github.com/tokio-rs/rdbc
drzaiusx11|1 year ago Diesel 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
drzaiusx11|1 year ago RDBC would be a great fit, but it looks like it's no longer maintained. Might just be better to create your own adapter patternhttps://github.com/tokio-rs/rdbc
drzaiusx11|1 year ago
https://github.com/diesel-rs/diesel
drzaiusx11|1 year ago
https://github.com/tokio-rs/rdbc