#1 dbmate
🚀 A lightweight, framework-agnostic database migration tool.
Package pop wraps the absolutely amazing https://github.com/jmoiron/sqlx library.
Health score 94/100, confidence 100/100.
| Latest version | v4.13.1+incompatible |
| Imported by | 618 packages |
| Stars | 1.5K |
| Forks | 253 |
| Last activity | 13 days ago |
| Latest release | v6.3.0 (1 months ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AfterCreateable | Type | type AfterCreateable interface{ ... } |
| AfterCreateable.AfterCreate | Method | AfterCreate func(*Connection) error |
| AfterDestroyable | Type | type AfterDestroyable interface{ ... } |
| AfterDestroyable.AfterDestroy | Method | AfterDestroy func(*Connection) error |
| AfterFindable | Type | type AfterFindable interface{ ... } |
| AfterFindable.AfterFind | Method | AfterFind func(*Connection) error |
| AfterSaveable | Type | type AfterSaveable interface{ ... } |
| AfterSaveable.AfterSave | Method | AfterSave func(*Connection) error |
| AfterUpdateable | Type | type AfterUpdateable interface{ ... } |
| AfterUpdateable.AfterUpdate | Method | AfterUpdate func(*Connection) error |
| BeforeCreateable | Type | type BeforeCreateable interface{ ... } |
| BeforeCreateable.BeforeCreate | Method | BeforeCreate func(*Connection) error |
🚀 A lightweight, framework-agnostic database migration tool.
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.