Overview of the GORM object relational mapper

Overview of the GORM object relational mapper


GORM is a powerful, full-featured object-relational mapper for Go. In this video, I go through how to set GORM up in a Go application and use it to build out a data model based on Go structs....
Tags:golang