Versions in this module Expand all Collapse all v0 v0.0.1 Mar 2, 2026 Changes in this version + func Migrate(db *sql.DB) error + type Config struct + AutoCreate bool + DBPath string + DefaultRowLimit int + EnableMultiStatement bool + OpenBusyTimeoutMS int + RateLimitRequests int + RateLimitWindow time.Duration + ReadOnly bool + RedactedColumns []string + StatementAllowlist []string + StatementDenylist []string + StatementTimeout time.Duration + func DefaultConfig() Config + func (c Config) Normalize() Config + func (c Config) Validate() error + type Runtime struct + func NewRuntime(config Config) (*Runtime, error) + func (r *Runtime) Close() error + func (r *Runtime) Config() Config + func (r *Runtime) DB() *sql.DB + func (r *Runtime) Open(ctx context.Context) error + func (r *Runtime) Ping(ctx context.Context) error