HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by me_vinayakakv

Comment by me_vinayakakv a year ago

2 replies

View on Hacker News

Nice! I see DBeaver and DataGrip implementing connection layer through JDBC.

Not sure if that would be a viable option in Rust.

drzaiusx11 a 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

Reply View | 0 replies
drzaiusx11 a 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 pattern

https://github.com/tokio-rs/rdbc

Reply View | 0 replies