#1 soda
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
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.6K |
| Forks | 1.6K |
| Last activity | 2 months ago |
| Latest release | v4.19.1 (6 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 |
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
SQL Schema migration tool for Go.
Package schema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using a database/sql
Package zdb provides a nice API to interact with SQL databases in Go.
Package databasemigrationservice provides the API client, operations, and parameter types for AWS Database Migration Service.