
The fantastic orm library for golang, aims to be developer friendly.
overview
* full-featured orm (almost)
* chainable api
* auto migrations
* relations (has one, has many, belongs to, many to many, polymorphism)
* callbacks (before/after create/save/update/delete/find)
* preloading (eager loading)
* transactions
* embed anonymous struct
* soft deletes
* customizable logger
* iteration support via rows
* every feature comes with tests
* developer friendly
go doc format documentation for this project can be viewed online without installing the package by using the godoc page at: http://godoc.org/github.com/jinzhu/gorm