Categorygithub.com/im-kulikov/migrate
modulepackage
0.1.0
Repository: https://github.com/im-kulikov/migrate.git
Documentation: pkg.go.dev

# README

Simple PostgreSQL migrator

CircleCI

  • up / down migrations
  • list of applied migrations
  • list of planned migrations
  • version (number) of latest applied migration
  • version (name) of latest applied migration

# Functions

CreateMigration files.
New creates new Migrator.
SetTableName for migrations.

# Variables

ErrBothMigrateTypes when up or down migration file not found.
ErrDirNotExists when migration path not exists.
ErrNoDB set to Options.
ErrPositiveSteps when steps < 0.

# Structs

Migration item.
Options for migrator.

# Interfaces

DB interface.
Logger interface for migrator.
Migrator interface.

# Type aliases

Migrations slice.