dfmigrate

package
v0.0.0-...-25250c4 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2020 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Migration

type Migration struct {
	// contains filtered or unexported fields
}

type MigrationFunc

type MigrationFunc func(tx *sql.Tx) error

type Migrations

type Migrations struct {
	// contains filtered or unexported fields
}

func (*Migrations) AddMigration

func (m *Migrations) AddMigration(
	id int, descr string, up MigrationFunc, down MigrationFunc,
) error

func (*Migrations) Migrate

func (m *Migrations) Migrate(db *sql.DB, targetMigrationID int) error

func (*Migrations) MigrateToLatest

func (m *Migrations) MigrateToLatest(db *sql.DB) error

Jump to

Keyboard shortcuts

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