Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 23:32
· 17 commits to main since this release

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 | bash

Or download OpenrowDB-0.1.0.zip / .dmg below, drag to Applications, then clear quarantine if macOS blocks the unsigned build:

xattr -cr /Applications/OpenrowDB.app

Known 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