migration

package
v0.0.0-...-73cb2ce Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const SOURCEURL = "file://./migrations"

SOURCEURL - File source url

Variables

This section is empty.

Functions

This section is empty.

Types

type IMigration

type IMigration interface {
	Up() error
	Down() error
	Drop() error
	Close() error
}

IMigration - Migration service interface

func NewMigration

func NewMigration(db *sql.DB) (IMigration, error)

NewMigration - Migration service implementation

Jump to

Keyboard shortcuts

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