#1 dbmate
🚀 A lightweight, framework-agnostic database migration tool.
Package migrate reads migrations from sources and runs them against databases.
Health score 93/100, confidence 95/100.
| Latest version | v4.19.1 |
| Imported by | 5.2K packages |
| Stars | 18.5K |
| Forks | 1.6K |
| Last activity | 2 months ago |
| Latest release | v4.19.1 (5 months ago) |
| License | NOASSERTION |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| ErrDirty | Type | type ErrDirty struct{ ... } |
| ErrDirty.Error | Method | func (e ErrDirty) Error() string |
| ErrDirty.Version | Field | Version int |
| ErrShortLimit | Type | type ErrShortLimit struct{ ... } |
| ErrShortLimit.Error | Method | func (e ErrShortLimit) Error() string |
| ErrShortLimit.Short | Field | Short uint |
| Logger | Type | type Logger interface{ ... } |
| Logger.Printf | Method | Printf func(format string, v ...interface{}) |
| Logger.Verbose | Method | Verbose func() bool |
| Migrate | Type | type Migrate struct{ ... } |
| Migrate.Close | Method | func (m *Migrate) Close() (source error, database error) |
| Migrate.Down | Method | func (m *Migrate) Down() error |
🚀 A lightweight, framework-agnostic database migration tool.
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
Package rel contains all rel primary APIs, such as Repository.
SQL Schema migration tool for Go.