gorm/doc
Jinzhu ba8b2857ea Update document 2016-02-24 23:30:44 +08:00
..
advanced Update document 2016-02-24 23:30:44 +08:00
associations Update document 2016-02-24 23:30:44 +08:00
callbacks Update document 2016-02-24 23:30:44 +08:00
curd Update document 2016-02-24 23:30:44 +08:00
database Update Document 2016-02-21 23:43:34 +08:00
development Update document 2016-02-24 23:30:44 +08:00
models Update document 2016-02-24 23:30:44 +08:00
.gitignore Update document 2016-02-24 23:30:44 +08:00
README.md Update document 2016-02-24 23:30:44 +08:00
SUMMARY.md Update document 2016-02-22 09:17:05 +08:00
book.json Update Document 2016-02-21 23:43:34 +08:00
logger.png Move logger images to doc 2016-01-17 21:01:18 +08:00

README.md

GORM Guides

The fantastic ORM library for Golang, aims to be developer friendly.

wercker status GoDoc Join the chat at https://gitter.im/jinzhu/gorm

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

Install

go get -u github.com/jinzhu/gorm

Author

jinzhu

Contributors

https://github.com/jinzhu/gorm/graphs/contributors

License

Released under the MIT License.