Skip to content

Releases: sagar290/migo

🚀 Migo v1.0.5 — patch

01 Sep 10:47

Choose a tag to compare

  • Support for custom config file load

🚀 Migo v1.0.1 — patch

16 Aug 14:51

Choose a tag to compare

  • Fixed minor bugs

🚀 Migo v1.0.0 — Initial Release

16 Aug 14:23

Choose a tag to compare

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.