#1 dbmate
🚀 A lightweight, framework-agnostic database migration tool.
Package zdb provides a nice API to interact with SQL databases in Go.
Health score 66/100, confidence 75/100.
| Latest version | v0.0.0-20260425145215-e580739daf43 |
| Imported by | 27 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 1 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BulkInsert | Type | type BulkInsert struct{ ... } |
| BulkInsert.Dump | Method | func (m *BulkInsert) Dump(d DumpArg) |
| BulkInsert.Errors | Method | func (m BulkInsert) Errors() error |
| BulkInsert.Finish | Method | func (m *BulkInsert) Finish() error |
| BulkInsert.Limit | Field | Limit uint16 |
| BulkInsert.OnConflict | Method | func (m *BulkInsert) OnConflict(c string) |
| BulkInsert.Returned | Method | func (m *BulkInsert) Returned() [][]any |
| BulkInsert.Returning | Method | func (m *BulkInsert) Returning(columns ...string) |
| BulkInsert.Values | Method | func (m *BulkInsert) Values(values ...any) |
| NewBulkInsert | Function | func NewBulkInsert(ctx context.Context, table string, columns []string) (BulkInsert, error) |
| ConnectOptions | Type | type ConnectOptions struct{ ... } |
| ConnectOptions.Connect | Field | Connect string |
🚀 A lightweight, framework-agnostic database migration tool.
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
Package migrate reads migrations from sources and runs them against databases.
Package rel contains all rel primary APIs, such as Repository.
SQL Schema migration tool for Go.