v0.1.1
OpenrowDB 0.1.1 is a small stability patch on top of 0.1.0.
Fixed
curl | bashinstall — progress messages no longer break the download path when you pipe the install script (they now go to stderr instead of stdout)- Postgres pool shutdown (partial) — first attempt to reduce crashes when connecting; if you still crash on connect, upgrade to 0.1.2 which removes the pool entirely
Install
curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bashPin this version:
OPENROWDB_VERSION=0.1.1 curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bashFull feature list
See v0.1.0 — nothing new was added here, only fixes.