forked from mirror/gorm
Update README
This commit is contained in:
parent
3195ae1207
commit
0d96f99499
|
@ -23,7 +23,7 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
|||
* Composite Primary Key
|
||||
* Auto Migrations
|
||||
* Logger
|
||||
* Extendable, write Plugins based on GORM callbacks
|
||||
* Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
|
||||
* Every feature comes with tests
|
||||
* Developer Friendly
|
||||
|
||||
|
@ -40,4 +40,3 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
|||
© Jinzhu, 2013~time.Now
|
||||
|
||||
Released under the [MIT License](https://github.com/go-gorm/gorm/blob/master/License)
|
||||
|
||||
|
|
Loading…
Reference in New Issue