Releases: sagar290/migo
Releases · sagar290/migo
🚀 Migo v1.0.5 — patch
🚀 Migo v1.0.1 — patch
- Fixed minor bugs
🚀 Migo v1.0.0 — Initial Release
The first official release of Migo, a lightweight database migration tool for Go projects! 🎉
✨ Highlights
- Create migration files with [UP] and [DOWN] blocks.
- Run migrations with migo up and rollback with migo down.
- Database reset helpers: migo refresh and migo fresh.
- Flags support: --steps, --dry-run, --seed.
- Works with PostgreSQL, MySQL, SQLite, and SQL Server.