Open-source Rust tools for declarative PostgreSQL schema management and testing, and for agent-driven multi-repo workflows. Small, single-binary, no runtime dependencies.
pgsf
Format SQL to a consistent PostgreSQL house style.
postgres_schema_managementpgsm
Declarative schema management — diff, plan, apply, verify.
postgres_schema_to_directorypgstd
Export a database to a per-object SQL file tree.
postgres_testpgt
A PostgreSQL testing framework with SQL-native assertions.
worktreewt
Per-branch git worktree manager for multi-repo workspaces.
Every tool has full docs and per-platform downloads on tools.osss.net.
Prebuilt binaries for macOS (universal2), Debian/Ubuntu, and FreeBSD — or build from source. Pick your platform; each channel tracks the latest release automatically.
brew tap osss/tools https://gitlab.osss.net/distribution/homebrew-tools.gitbrew install osss/tools/postgres_sql_formattersudo port install postgres_sql_formatter.sudo apt install postgres-sql-formatter.just install.