Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2026 Changes in this version + type DB struct + Dialect dialect.Dialect + func Open(driver Driver, dsn string) (*DB, error) + type Driver string + const DriverMySQL + const DriverPostgres + func (d Driver) Dialect() (dialect.Dialect, error) + func (d Driver) Introspector() (schema.Introspector, error)