Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 422 Bytes

SQLC - Compile SQL to type-safe code

Migration - golang-migrate

instalação

para criar as migrations basta executar no terminal:

migrate create -ext=sql -dir=sql/migrations -seq init

migrate -path=sql/migrations -database "mysql://root:root@tcp(localhost:3306)/fullcycle" -verbose up | down