mirror of https://github.com/go-gorm/gorm.git
Update README
This commit is contained in:
parent
6e1387b44c
commit
55945afb34
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue