logo

Introducing Goose, the Golang migration tool

DB migration seems to be a constant in any situation, whether it’s at my previous job or my current job. In fact, in my case, I didn’t utilize a tool until now, but rather wrote ad hoc code or scripts. In today’s post, I’d like to introduce Goose, a DB-related migration tool for Golang.