Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Feb 25, 2026 Changes in this version + type Bundle struct + func NewBundle(config Config) *Bundle + func (b *Bundle) Close() error + func (b *Bundle) DB() *sql.DB + func (b *Bundle) HealthChecks() []forgeHealth.Check + func (b *Bundle) Initialize(app *framework.App) error + func (b *Bundle) Name() string + func (b *Bundle) Stop(ctx context.Context) error + type Config struct + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + DatabaseURL string + HealthCheckTimeout time.Duration + MaxIdleConns int + MaxOpenConns int + func DefaultConfig() Config + type PostgreSQLHealthCheck struct + func (c *PostgreSQLHealthCheck) Liveness(ctx context.Context) error + func (c *PostgreSQLHealthCheck) Name() string + func (c *PostgreSQLHealthCheck) Readiness(ctx context.Context) error