package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
Init installs the latest schema into db after clearing it first.
Migrate performs schema migration.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Constants

MigrateDown causes migrations to be run in the "down" direction.
MigrateRedo causes migrations to be run down, then up.
MigrateUp causes migrations to be run in the "up" direction.

# Variables

Migrations represents all of the schema migration for frontier.

# Type aliases

MigrateDir represents a direction in which to perform schema migrations.