Live data from Hacker News

Rainfrog – a database management TUI for Postgres

github.com

51–52 of 52 posts

Re: Rainfrog – a database management TUI for Postgres

#51

Earlier quoted context omitted.

thank you! support for other DBs is planned, starting with mysql and sqlite. no set timeline yet though

Nice! I see DBeaver and DataGrip implementing connection layer through JDBC. Not sure if that would be a viable option in Rust.

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

Re: Rainfrog – a database management TUI for Postgres

#52

Earlier quoted context omitted.

thank you! support for other DBs is planned, starting with mysql and sqlite. no set timeline yet though

Nice! I see DBeaver and DataGrip implementing connection layer through JDBC. Not sure if that would be a viable option in Rust.

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

Post reply on HN