Versions in this module Expand all Collapse all v1 v1.2.0 Jul 24, 2026 v1.1.0 Jul 24, 2026 v1.0.0 Jul 23, 2026 Changes in this version + func DSN(ds config.Datasource) string + type Pool struct + DB *sql.DB + func Open(ctx context.Context, ds config.Datasource) (*Pool, error) + func (p *Pool) Close() error + func (p *Pool) Ping(ctx context.Context) error