v0.1.2
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 | bashRequirements
- macOS 26 (Tahoe) or later
- PostgreSQL or MySQL/MariaDB
If macOS still warns about an unsigned app after install:
xattr -cr /Applications/OpenrowDB.app