Skip to content

v0.7.3

Choose a tag to compare

@nicoloboschi nicoloboschi released this 09 Dec 09:08
· 32 commits to main since this release

pg0 - Embedded PostgreSQL CLI

CLI Binaries

  • pg0-darwin-aarch64 - macOS Apple Silicon
  • pg0-linux-x86_64-gnu - Linux x86_64 for Debian/Ubuntu (glibc)
  • pg0-linux-x86_64-musl - Linux x86_64 for Alpine (musl, statically linked)
  • pg0-linux-aarch64-gnu - Linux ARM64 for Debian/Ubuntu (glibc)
  • pg0-linux-aarch64-musl - Linux ARM64 for Alpine (musl, statically linked)
  • pg0-windows-x86_64.exe - Windows x64

Bundled Components

On first run, the CLI automatically downloads:

  • PostgreSQL 18.1.0 (from theseus-rs)
  • pgvector 0.8.1

Installation (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/vectorize-io/pg0/main/install.sh | bash