Versions in this module Expand all Collapse all v0 v0.0.2 May 27, 2026 v0.0.1 May 27, 2026 Changes in this version + var MySQL = Dialect + var Postgres = Dialect + var SQLite = Dialect + func Migrate(ctx context.Context, db *sql.DB, dialect Dialect, opts ...Option) error + type Dialect struct + type Migration struct + Name string + SQL string + type Migrations struct + Migrations []Migration + ModuleName string + type Option interface + func WithLogger(logger *slog.Logger) Option