Golang Database Migration Tool
This entry was posted on Nov 01 2021
I have created a database migration tool based on the usage of PHP’s Yii2 framework migration tool. It’s a command line tool that will create and run migrations easily when running manually or automated.
Once setup, migrations can be created with ./main create new_user_table
and then run with ./main up
More about the tool can be found on the Github page.
Sorry, comments for this entry are closed at this time.