package
0.0.0-20240513095113-b889055ad37b
Repository: https://github.com/go-flexi/ecom-backend.git
Documentation: pkg.go.dev

# README

Library to migrate database

https://github.com/golang-migrate/migrate

command to create migration: run this command inside the tooling/dbmigration

migrate create -ext sql -dir migrations -seq create_users_table