- Course
GORM: An Object Relational Mapper for Go
This course provides an in-depth examination of GORM and how to use it to provide an interface between a Go application and a relational database.
- Course
GORM: An Object Relational Mapper for Go
This course provides an in-depth examination of GORM and how to use it to provide an interface between a Go application and a relational database.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
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.