Versions in this module Expand all Collapse all v0 v0.2.0 Jul 11, 2026 Changes in this version + type Dialect string + const DialectPostgres + const DialectSQLite + type Driver interface + Close func() error + DB func() *sql.DB + Dialect func() Dialect + DriverName func() string + type Durability string + const DurabilityBalanced + const DurabilityStrict + type NotificationSource interface + Listen func(context.Context, string) (<-chan string, error) + type SQLiteMaintenanceSource interface + SQLiteMaintenanceEnabled func() bool