Versions in this module Expand all Collapse all v0 v0.1.0 Jun 13, 2026 v0.0.2 May 30, 2026 Changes in this version + func Get() (*sql.DB, error) + func Init() (*sql.DB, error) + func MustGet() *sql.DB + func SetUser(e Executable, role string, id uuid.UUID) error + func WithRLS(ctx context.Context, db *sql.DB, role string, id uuid.UUID) (*sql.Tx, error) + type Executable interface + Exec func(query string, args ...any) (sql.Result, error)