migrate

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyAll

func ApplyAll(ctx context.Context, url string) (int, error)

ApplyAll will atomically perform all UP migrations.

func Down

func Down(ctx context.Context, url, targetName string) (int, error)

Down will roll back all migrations up to, but NOT including, targetName.

If the DB contains unknown migrations, err is returned.

func DumpMigrations

func DumpMigrations(dest string) error

DumpMigrations will attempt to write all migration files to the specified directory

func Names

func Names() []string

Names will return all AssetNames without the timestamps and extensions

func Up

func Up(ctx context.Context, url, targetName string) (int, error)

Up will apply all migrations up to, and including, targetName. If targetName is empty, all available migrations are applied.

func VerifyAll added in v0.27.0

func VerifyAll(ctx context.Context, url string) error

VerifyAll will verify all migrations have already been applied.

Types

This section is empty.

Jump to

Keyboard shortcuts

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