migrate

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SchemaVersion

type SchemaVersion struct {
	Version int64 `db:"version"`
}

type Service

type Service interface {
	Up() error
	Down() error
	Drop() error
	SetSchemaVersion(int64) error
	CurrentSchemaVersion() (int64, error)
	LatestSchemaVersion() int64
}

func New

func New(logger *zap.Logger, dbs map[string]postgres.Database, plans ...migration.Plan) Service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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