Skip to content

eltonCasacio/sqlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published