mirror of https://github.com/go-gorm/gorm.git
Update README
This commit is contained in:
parent
5d044642d1
commit
59d7150917
12
README.md
12
README.md
|
@ -12,13 +12,15 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
* Full-Featured ORM (almost)
|
* Full-Featured ORM
|
||||||
* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
|
* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)
|
||||||
* Hooks (Before/After Create/Save/Update/Delete/Find)
|
* Hooks (Before/After Create/Save/Update/Delete/Find)
|
||||||
* Preloading (eager loading)
|
* Eager loading with `Preload`, `Joins`
|
||||||
* Transactions
|
* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
|
||||||
|
* Context, Prepared Statment Mode, DryRun Mode
|
||||||
|
* Batch Insert, FindInBatches, Find To Map
|
||||||
|
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints
|
||||||
* Composite Primary Key
|
* Composite Primary Key
|
||||||
* SQL Builder
|
|
||||||
* Auto Migrations
|
* Auto Migrations
|
||||||
* Logger
|
* Logger
|
||||||
* Extendable, write Plugins based on GORM callbacks
|
* Extendable, write Plugins based on GORM callbacks
|
||||||
|
|
Loading…
Reference in New Issue