43 lines
1.9 KiB
Markdown
43 lines
1.9 KiB
Markdown
# GORM
|
|
|
|
The fantastic ORM library for Golang, aims to be developer friendly.
|
|
|
|
[](https://goreportcard.com/report/github.com/jinzhu/gorm)
|
|
[](https://app.wercker.com/project/byKey/8596cace912c9947dd9c8542ecc8cb8b)
|
|
[](https://gitter.im/jinzhu/gorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://opencollective.com/gorm)
|
|
[](https://opencollective.com/gorm)
|
|
[](http://opensource.org/licenses/MIT)
|
|
[](https://godoc.org/github.com/jinzhu/gorm)
|
|
|
|
## Overview
|
|
|
|
* Full-Featured ORM (almost)
|
|
* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
|
|
* Callbacks (Before/After Create/Save/Update/Delete/Find)
|
|
* Preloading (eager loading)
|
|
* Transactions
|
|
* Composite Primary Key
|
|
* SQL Builder
|
|
* Auto Migrations
|
|
* Logger
|
|
* Extendable, write Plugins based on GORM callbacks
|
|
* Every feature comes with tests
|
|
* Developer Friendly
|
|
|
|
## Getting Started
|
|
|
|
* GORM Guides [http://gorm.io](http://gorm.io)
|
|
|
|
## Contributing
|
|
|
|
[Become a backer or sponsor on Open Collective](http://opencollective.com/gorm)
|
|
|
|
[Become a backer or sponsor on Patreon](http://patreon.com/jinzhu)
|
|
|
|
## License
|
|
|
|
© Jinzhu, 2013~time.Now
|
|
|
|
Released under the [MIT License](https://github.com/jinzhu/gorm/blob/master/License)
|