Versions in this module Expand all Collapse all v0 v0.2.0 Apr 19, 2026 v0.1.0 Mar 12, 2026 Changes in this version + func NewManifesto() module.Manifesto + func NewModule() *module.Module + func ProvideMigrationFS(migrationFS fs.FS) interface + type CreateCommandParams struct + Fs []fs.FS + Pgx pgx.ModuleConfig + type Migrate struct + func NewMigrate(params CreateCommandParams) *Migrate + func (c *Migrate) Command() *cli.Command + func (c *Migrate) Invoke(ctx context.Context) error + type ModuleConfig struct + type Rollback struct + func NewRollback(params CreateCommandParams) *Rollback + func (c *Rollback) Command() *cli.Command + func (c *Rollback) Invoke(ctx context.Context) error + type RollbackAll struct + func NewRollbackAll(params CreateCommandParams) *RollbackAll + func (c *RollbackAll) Command() *cli.Command + func (c *RollbackAll) Invoke(ctx context.Context) error