Versions in this module Expand all Collapse all v1 v1.0.0 May 13, 2026 Changes in this version + func InMemory() (*sql.DB, func(), error) + func NewWithOptions(opts ...Option) (*sql.DB, func(), error) + func TempDB() (*sql.DB, func(), error) + type Option func(*config.SQLiteConfig) + func WithCache(cache string) Option + func WithMode(mode string) Option + func WithPath(path string) Option