Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2026 Changes in this version + func NewInMemoryBackend(opts ...option) *sqliteBackend + func NewSqliteBackend(path string, opts ...option) *sqliteBackend + func NewSqliteBackendWithDB(db *sql.DB, opts ...option) *sqliteBackend + func WithApplyMigrations(applyMigrations bool) option + func WithBackendOptions(opts ...backend.BackendOption) option + type Scanner interface + Scan func(dest ...interface{}) error