Skip to content

Proof of Concept of Golang ORM (GORM) with Complex Mappings

Notifications You must be signed in to change notification settings

MichalAdorno/gorm_poc

Repository files navigation

Proof of Concept for Complex Mapping and CRUD: GORM (Golang ORM) + PostgreSQL

Building

  • to build an executable within a tiny Go Docker image and run it with Docker Compose:
make reup 
  • to build an executable within a tiny Go Docker image:
make build
  • to run a previously existing Docker image with Docker Compose:
make run
  • to tear down all Docker images:
make down