[Outline] Golang ORM

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

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *