Go is a language based on simplicity and speed. However, the complexity of an application can rise substantially when it has to interact with a database. GORM is a library that provides object-relational mapping capabilities to eliminate much of this complexity. This course will introduce you to GORM and help you learn about how to integrate it into your next data-driven application.
Overview
Go is a language based on simplicity and speed. However, the complexity of an application can rise substantially when it has to interact with a database. GORM is a library that provides object-relational mapping capabilities to eliminate much of this complexity. This course will introduce you to GORM and help you learn about how to integrate it into your next data-driven application.
Syllabus
- Course Overview 1min
- Introduction 32mins
- Defining Schemas 35mins
- Working with Relationships 34mins
- Creating, Updating, and Deleting Records 33mins
- Querying the Database 62mins
- Modifying Schemas 23mins
- Advanced Topics 22mins
Taught by
Mike Van Sickle