How to handle migrations in Golang
Introduction
We always can create and run our migrations manually, but if we want to make it faster, safer, and easier to read and maintain, it's recommended to use a specialized tool for it.
To choose this tool, we need first to analyze what are the...
henriqueleite42.com6 min read