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
- Host: GitHub
- URL: https://github.com/albertcolom/example-go-migration
- Owner: albertcolom
- Created: 2024-11-06T11:52:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:02:23.000Z (7 months ago)
- Last Synced: 2025-01-28T14:17:06.269Z (4 months ago)
- Topics: go, golang, golang-migrate, migrations, tutorial-sourcecode
- Language: Go
- Homepage: https://medium.com/@albertcolom/how-to-use-migrations-with-golang-f46f4737beda
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)