Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + const DefaultBusyTimeout + const DefaultTimeout + func ValidIdentifier(v string) bool + type GetConnectionStringOpts struct + EnableForeignKeys bool + type SqliteAuthMetadata struct + BusyTimeout time.Duration + ConnectionString string + DisableWAL bool + Timeout time.Duration + func (m *SqliteAuthMetadata) GetConnectionString(log logger.Logger, opts GetConnectionStringOpts) (string, error) + func (m *SqliteAuthMetadata) IsInMemoryDB() bool + func (m *SqliteAuthMetadata) Reset() + func (m *SqliteAuthMetadata) Validate() error