Codd is a lightweight PostgreSQL query app for GNOME built with Rust, GTK4, and libadwaita.
It focuses on saved connections, database browsing, SQL execution, and native result previews without trying to become a multi-database suite.
Add connection-wide database switching from the title bar, with query history scoped per database and migrated automatically.
Add table and view context actions for renaming, truncating tables, and deleting database objects.
Add custom SQL filters to the table browser.
Fix slow table rendering for large cell values, thanks to Christian Kruse <cjk@defunct.ch>.