Skip to content

v0.1.2

Choose a tag to compare

@ryan-prayoga ryan-prayoga released this 17 Jun 00:10
· 11 commits to main since this release

OpenrowDB 0.1.2 fixes the crash when connecting or testing a PostgreSQL database.

Fixed

  • Postgres connect / test connection crash — the app no longer uses PostgresNIO's background connection pool (whose timer tasks could abort the process on macOS 26). Postgres now uses a single direct connection, same approach as MySQL. Connect, test connection, and disconnect should be stable.

Install

curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bash

Requirements

  • macOS 26 (Tahoe) or later
  • PostgreSQL or MySQL/MariaDB

If macOS still warns about an unsigned app after install:

xattr -cr /Applications/OpenrowDB.app