Categorygithub.com/UtkuCanErdogan/go-migrator
repositorypackage
0.0.0-20240724110045-7680dc4bee90
Repository: https://github.com/utkucanerdogan/go-migrator.git
Documentation: pkg.go.dev

# README

Go Migrator

The migration library for Golang, aims to be developer friendly

Installing

Using Migrator is easy. First, use go get to install the latest version of the library.

go get -u github.com/UtkuCanErdogan/go-migrator

Next, include Migrator in your application:

import "github.com/UtkuCanErdogan/go-migrator"

Overview

Go Migrator is a library providing perform migration operations with the Migration builder. Inspired by Knex.js

Migrator provides:

  • Full support of POSTGRESQL
  • Create, Alter operations
  • Runs each migration once