migrator

package
v0.1.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Migrator

type Migrator interface {
	ParseCmdArgs(args []string) error
	GetMigrationLogs() ([]types.MigrationLog, error)
	RunMigrationsFromDirectory(path string) error
	Migrate(mArr []types.Migration) error
	Rollback(ver string) error
}

func New added in v0.1.2

func New(db *sqlx.DB, schema string) Migrator

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL