Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my databases. This is ...
This is a Rust rewrite of the Python sqlite-web project, extended to support multiple database types. Is Still in Building. If you are willing to help me enhance the frontend looklike or help me fix ...
SeaQuery is a query builder to help you construct dynamic SQL queries in Rust. You can construct expressions, queries and schema as abstract syntax trees using an ergonomic API. We support MySQL, ...