Golang ORM [Outline]

Objectives:

  • Understanding the ORM in GoLang.
  • Using GORM as an interface between a Go application and a relational database.

Content:

  1. Introduction to GORM
  2. Full-Featured ORM
  3. Associations (Has One, Has Many, Belongs To, Many To Many)
  4. Hooks (Before/After Create/Save/Update/Delete/Find)
  5. Preloading (eager loading)
  6. Composite Primary Key
  7. SQL Builder
Golang ORM

Leave a Reply

Your email address will not be published. Required fields are marked *