Documentation
¶
Overview ¶
Package db wraps the Postgres connection pool and migration runner used by the CronFoundry service process. Callers depend on the *pgxpool.Pool type directly; this package only handles construction and lifecycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MigrationsFS embed.FS
MigrationsFS is the embedded filesystem containing all goose SQL migrations. Migration files live under migrations/ and follow goose's NNN_name.sql naming convention.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.