- Golang migrate => migration management. Installation guide: windows, linux ubuntu, mac os
⌨️ migrate command example for postgresql database
migrate -database "postgres://postgres:@localhost:5432/gin_gonic?sslmode=disable" -path database/migrations up
migrate -database "postgres://postgres:@localhost:5432/gin_gonic?sslmode=disable" -path database/migrations down
- for other databases, follow documentation here