migrate

package
v1.10.17 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: MIT Imports: 13 Imported by: 0

README

Notes

  • Node operators do not always run their migrations with super user priviledges so you cannot use CREATE EXTENSION

Documentation

Index

Constants

View Source
const MIGRATIONS_DIR string = "migrations"

Variables

This section is empty.

Functions

func Create

func Create(db *sql.DB, name, migrationType string) error

func Current

func Current(db *sql.DB) (int64, error)

func Migrate

func Migrate(db *sql.DB) error

func Rollback

func Rollback(db *sql.DB, version null.Int) error

func Status

func Status(db *sql.DB) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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