Categorygithub.com/knudsenTaunus/sqlc-example
repository
0.0.0-20211212212029-59baa08a33de
Repository: https://github.com/knudsentaunus/sqlc-example.git
Documentation: pkg.go.dev

# 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

  1. Go to /docker and 'docker-compose up'
  2. Go to localhost:5050 and connect pgAdmin to the running Postgres instance
  3. Go to the root directory and 'make init' and 'make generate'
  4. Run 'go run cmd/main.go'