
DearSQL
Fast, simple database client


About
## DearSQL — A simple database client
Free, open-source, and built to be fast by default.
### Native, not wrapped
Written in C++ using ImGui — an immediate-mode UI library built for tools that demand real performance. Metal on macOS, OpenGL on Linux. No Electron, no JVM, starts instantly.
### SQL editor
Syntax highlighting powered by tree-sitter. Schema-aware autocomplete pulls table and column names from your live database. Query history is kept automatically.
### Table editing
Edit cells inline. DearSQL stages your changes and generates the correct INSERT, UPDATE, or DELETE before writing anything.
### Databases
SQLite, PostgreSQL, MySQL, MariaDB, MongoDB, and Redis — using native C connectors.
No account required.