Versions in this module Expand all Collapse all v0 v0.0.2 Oct 18, 2023 Changes in this version + func Migrate(cfg Config) (err error) + func RollbackOnError(tx *sql.Tx, err error) error + type Config struct + Database *sql.DB + DatabaseSchema string + Log *slog.Logger + Migrations []Migration + ScriptsFolder string + type Migration struct + SQLStatement string + Version int