Versions in this module Expand all Collapse all v0 v0.2.0 Jul 11, 2026 Changes in this version + type Config struct + BusyTimeout int + CacheSize int + ConnMaxIdleTime time.Duration + Durability store.Durability + MaxIdleConns int + MaxOpenConns int + MmapSize int64 + type Driver struct + func Open(path string, config Config) (*Driver, error) + func (driver *Driver) Close() error + func (driver *Driver) DB() *sql.DB + func (driver *Driver) Dialect() store.Dialect + func (driver *Driver) DriverName() string + func (driver *Driver) SQLiteMaintenanceEnabled() bool