v0.1.0
OpenrowDB 0.1.0 is the first public preview — a native macOS app for browsing and querying PostgreSQL and MySQL databases.
What you get
- Connections — save servers in the sidebar, store passwords in Keychain, test before saving, optional SSH tunnel and read-only mode
- Schema browser — expand a connection to see databases, tables, views, and columns
- Table viewer — paginated grid with sort, search, inline row edit, and foreign-key navigation
- SQL editor — syntax highlighting, autocomplete, multi-statement runs, history, snippets, and EXPLAIN plans
- DDL tools — create/edit/drop tables, export schema + data as
.sql - Polish — Liquid Glass UI (macOS 26), onboarding, keyboard shortcuts (⌘/)
Requirements
- macOS 26 (Tahoe) or later
- A running PostgreSQL or MySQL/MariaDB server
Install
One-liner (recommended):
curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bashOr download OpenrowDB-0.1.0.zip / .dmg below, drag to Applications, then clear quarantine if macOS blocks the unsigned build:
xattr -cr /Applications/OpenrowDB.appKnown limitations in this preview
- Postgres row-affected counts are not shown after DML (driver API gap)
- App Sandbox is off so the client can reach arbitrary host:port
- Windows/Linux builds are placeholders only