golang
GORM: A Simple Guide on CRUD
GORM is a ORM in Golang for handling relational databases. This is a brief walkthrough of all necessary commands and functions you might wanna use. Connection Like every other Go pacakge: import ( "github.com/jinzhu/gorm" // import "github.com/jinzhu/gorm/dialects/mysql" // import _ "github.