# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
sqlc-example
small example to play with sqlc
- Go to /docker and 'docker-compose up'
- Go to localhost:5050 and connect pgAdmin to the running Postgres instance
- Go to the root directory and 'make init' and 'make generate'
- Run 'go run cmd/main.go'