VeloxDB : database admin tool for Linux
VeloxDB is an open-source database management tool built with Rust and Tauri 2, available for Linux as .deb and .AppImage packages (x64 and ARM64).
It supports 6 database engines — PostgreSQL, MySQL, MongoDB, Redis, SQLite, and DuckDB — plus wire-compatible cloud services like Supabase, PlanetScale, and Atlas. Connections work by pasting any standard URI (postgresql://, mysql://, redis://, mongodb(+srv)://, sqlite://), with engine, host, port, and credentials auto-detected.
Other features: schema-aware SQL autocomplete, a visual ER diagram designer (drag-and-drop, migration generation, export to SQL/PNG/PDF), SSH tunneling, SSL/TLS support, and an inferred schema view for MongoDB collections and Redis keys.
Since it's built with Tauri instead of Electron, the download is 17–30MB and memory usage stays around ~50MB. No telemetry, everything runs locally.
MIT licensed. Site: visit here