golazy.dev/pg

pg

PostgreSQL backends for GoLazy framework packages.

Install

go get golazy.dev/pg@latest

The import path golazy.dev/pg resolves to the pg directory in the github.com/golazy/golazy repository through this page's Go vanity metadata.

Packages

golazy.dev/pg
Shared PostgreSQL connection helpers.
golazy.dev/pg/pgmigrate
PostgreSQL backend for golazy.dev/lazymigrate.
golazy.dev/pg/pgjobs
PostgreSQL backend for golazy.dev/lazyjobs.
golazy.dev/pg/withpg
Embedded PostgreSQL helper for local integration tests.

Release

The module lives in the framework repository so its release can be coordinated with the framework while keeping PostgreSQL dependencies out of the core golazy.dev module.

See Also

Read the PostgreSQL guide or inspect the pg directory.