Very simple code only migration library for go
- Very simple and readable code (< 200 lines of code)
- Easy to use interface
- Transaction safety for each migration
- Verifies that already applied transactions haven't changed
go get -u github.com/cinemast/dbolve
Heavily inspired by lopezator/migrator.
I was missing two features:
- Allow to list already applied and pending migrations
- Verification that already applied migrations match the current migration code