An open API service indexing awesome lists of open source software.

https://github.com/albertcolom/example-go-migration


https://github.com/albertcolom/example-go-migration

go golang golang-migrate migrations tutorial-sourcecode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Example go migrations
This project serves to illustrate the post showing how to use migrations using the [golang-migrate](https://github.com/golang-migrate/migrate) package in a Golang application.

You can read the article on: [My blog](https://albertcolom.com/how-to-use-migrations-with-golang/) - [Medium](https://medium.com/@albertcolom/how-to-use-migrations-with-golang-f46f4737beda) - [Dev.to](https://dev.to/colom/how-to-use-migrations-with-golang-3kof)

### Requirements:
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/install/)