#1 sql-migrate
SQL Schema migration tool for Go.
Package migrate reads migrations from sources and runs them against databases.
Health score 50/100, confidence 75/100.
| Latest version | v3.0.1+incompatible |
| Imported by | 289 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 9 years ago |
| Latest release | Unknown |
| License | Unknown |
| 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 |
SQL Schema migration tool for Go.
Package migrate reads migrations from sources and runs them against databases.
Package rel contains all rel primary APIs, such as Repository.
A database migration tool. Supports SQL migrations and Go functions.
A Tasty Treat For All Your Database Needs
Package schema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using a database/sql
SQL Schema migration tool for Go.
Package migrate reads migrations from sources and runs them against databases.
Package rel contains all rel primary APIs, such as Repository.
A database migration tool. Supports SQL migrations and Go functions.
A Tasty Treat For All Your Database Needs