Update README

This commit is contained in:
Jinzhu 2018-02-17 00:33:52 +08:00
parent 6e1387b44c
commit 55945afb34
1 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@ The fantastic ORM library for Golang, aims to be developer friendly.
* Full-Featured ORM (almost) * Full-Featured ORM (almost)
* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism) * Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
* Callbacks (Before/After Create/Save/Update/Delete/Find) * Hooks (Before/After Create/Save/Update/Delete/Find)
* Preloading (eager loading) * Preloading (eager loading)
* Transactions * Transactions
* Composite Primary Key * Composite Primary Key
@ -31,9 +31,7 @@ The fantastic ORM library for Golang, aims to be developer friendly.
## Contributing ## Contributing
[Become a backer or sponsor on Open Collective](http://opencollective.com/gorm) [You can help to deliver a better GORM, check out things you can do](http://gorm.io/contribute.html)
[Become a backer or sponsor on Patreon](http://patreon.com/jinzhu)
## License ## License