Download

pgmorbac ships as a PGXN-compatible SQL distribution and as the npm package @crudy/pgmorbac. Every release is checksummed and signed.

SQL distribution

Versioned zip archives (control file, install script, upgrade scripts, PGXS Makefile) are attached to each release:

Releases on Gitea

npm package

npm install @crudy/pgmorbac --registry https://npm.villains.fr

Verify a release

Each release carries a sha256 checksum file and an Ed25519-signed manifest (JWT, audience pgmorbac-release). Check both before installing:

sha256sum -c pgmorbac-<version>.zip.sha256
# manifest verification: see the release documentation

The verification public key is published with each release on Gitea.