Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 656 Bytes

File metadata and controls

7 lines (5 loc) · 656 Bytes

migrate - Generic, Database-Agnostic Schema Migration Package

Go Reference Go Report Card

migrate is a lightweight, zero-dependency package for managing database migrations in Go. It works with any database that has a database/sql driver. See Go SQL Drivers for a list of supported drivers.

Read more on pkg.go.dev