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)
|
||||
* 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)
|
||||
* Transactions
|
||||
* Composite Primary Key
|
||||
|
@ -31,9 +31,7 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
|||
|
||||
## Contributing
|
||||
|
||||
[Become a backer or sponsor on Open Collective](http://opencollective.com/gorm)
|
||||
|
||||
[Become a backer or sponsor on Patreon](http://patreon.com/jinzhu)
|
||||
[You can help to deliver a better GORM, check out things you can do](http://gorm.io/contribute.html)
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue