Versions in this module Expand all Collapse all v0 v0.2.0 Aug 26, 2026 Changes in this version + var ErrNoPath = errors.New("sqlite: the DSN is empty; want a file path, \":memory:\", or a file: URI") + type Dialect struct + func (Dialect) DropTablesStatement(quoted []string) string + func (Dialect) LedgerDDL() string + func (Dialect) LedgerExistsQuery() string + func (Dialect) ListTablesQuery() string + func (Dialect) MigrationsDir() string + func (Dialect) Name() string + func (Dialect) OpenForMigrations(dsn string) (*sql.DB, error) + func (Dialect) QuoteIdentifier(name string) string + func (Dialect) Rebind(query string) string