Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 262 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 262 Bytes

goexpert-sqlc

golang-migrate

### setup
make install

### modo de uso
make compose_up
make migration_up
make migration_down
make compose_down

sqlc

make compose_up
make migration_up
make generate
make run_sqlc
make run_sqlctx