$ welcome to dbkonn --version 0.1.4
Connect to PostgreSQL, MySQL, SQLite, or SQL Server. Browse schemas and tables, filter rows, edit records inline, and run SQL — all from a single desktop app.
PostgreSQL, MySQL/MariaDB, SQLite, and Microsoft SQL Server.
Save profiles; passwords stored securely in the macOS Keychain.
Databases, schemas, and tables laid out in a sidebar tree.
Virtual-scrolled table view with sorting and pagination.
View and edit rows with type-aware fields, commit/rollback.
CodeMirror 6 with dialect-aware syntax highlighting.
7 built-in themes. Switch anytime from the appearance menu — here's a live preview.
| id | customer | total | paid |
|---|---|---|---|
| 1042 | A. Nkurunziza | 89.50 | true |
| 1043 | B. Uwimana | 14.00 | true |
| 1044 | C. Habimana | null | false |
# clear the quarantine attribute
$ xattr -cr /Applications/DBKonn.app
# still blocked as "damaged"? re-sign locally and clear quarantine
$ codesign --force --deep -s - /Applications/DBKonn.app && xattr -rd com.apple.quarantine /Applications/DBKonn.app