2013-10-25 12:24:29 +04:00
# GORM
2014-01-03 10:54:47 +04:00
The fantastic ORM library for Golang, aims to be developer friendly.
2013-10-25 12:24:29 +04:00
2014-11-24 07:38:42 +03:00
[![wercker status ](https://app.wercker.com/status/0cb7bb1039e21b74f8274941428e0921/s/master "wercker status" )](https://app.wercker.com/project/bykey/0cb7bb1039e21b74f8274941428e0921)
2016-02-25 17:58:56 +03:00
[![GoDoc ](https://godoc.org/github.com/jinzhu/gorm?status.svg )](https://godoc.org/github.com/jinzhu/gorm)
[![Join the chat at https://gitter.im/jinzhu/gorm ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/jinzhu/gorm?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2014-11-24 07:38:42 +03:00
2013-10-28 06:09:44 +04:00
## Overview
2015-02-24 17:06:42 +03:00
* Full-Featured ORM (almost)
2013-10-28 06:09:44 +04:00
* Chainable API
2014-01-02 21:27:41 +04:00
* Auto Migrations
2015-02-24 17:06:42 +03:00
* Relations (Has One, Has Many, Belongs To, Many To Many, [Polymorphism ](#polymorphism ))
* Callbacks (Before/After Create/Save/Update/Delete/Find)
2015-02-11 14:27:58 +03:00
* Preloading (eager loading)
2014-01-02 21:27:41 +04:00
* Transactions
2015-02-24 17:06:42 +03:00
* Embed Anonymous Struct
* Soft Deletes
2014-07-18 06:16:08 +04:00
* Customizable Logger
2013-11-17 09:22:09 +04:00
* Iteration Support via [Rows ](#row--rows )
2013-11-07 08:12:25 +04:00
* Every feature comes with tests
* Developer Friendly
2013-10-28 06:09:44 +04:00
2016-02-29 17:06:15 +03:00
## Getting Started
2014-04-02 12:59:07 +04:00
2016-02-29 17:06:15 +03:00
* GORM Guides [jinzhu.github.com/gorm ](https://jinzhu.github.com/gorm )
## Upgrading To V1.0
* [CHANGELOG]()
2014-04-02 12:59:07 +04:00
2013-10-26 11:18:44 +04:00
# Author
2013-10-25 12:24:29 +04:00
2013-11-03 06:09:56 +04:00
**jinzhu**
2013-10-25 12:24:29 +04:00
2013-10-26 11:18:44 +04:00
* < http: // github . com / jinzhu >
* < wosmvp @ gmail . com >
* < http: // twitter . com / zhangjinzhu >
2013-11-12 03:13:58 +04:00
2015-11-16 05:59:24 +03:00
# Contributors
https://github.com/jinzhu/gorm/graphs/contributors
2013-11-12 03:13:58 +04:00
## License
2015-01-05 03:58:26 +03:00
Released under the [MIT License ](https://github.com/jinzhu/gorm/blob/master/License ).