package
0.0.0-20191002105309-2204bf02b581
Repository: https://github.com/gowroc/meetups.git
Documentation: pkg.go.dev

# README

Slides and code from my "Using SQL in Go, or how I learned to program without ORMs" talk.

Running tests

  1. Start dockerized postgresql using make postgres-start,
  2. Ensure you have goose and go-bindata:make go-get (for some reason goose will not work with go1.8 and macOS, you need go1.8.1),
  3. Run up migrations: make db-up,
  4. Run tests: make test.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author