mirror of https://github.com/go-gorm/gorm.git
Fix typo in README (#4012)
This commit is contained in:
parent
8500380e60
commit
4267df02af
|
@ -17,7 +17,7 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
|||
* Hooks (Before/After Create/Save/Update/Delete/Find)
|
||||
* Eager loading with `Preload`, `Joins`
|
||||
* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
|
||||
* Context, Prepared Statment Mode, DryRun Mode
|
||||
* Context, Prepared Statement Mode, DryRun Mode
|
||||
* Batch Insert, FindInBatches, Find To Map
|
||||
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr
|
||||
* Composite Primary Key
|
||||
|
|
Loading…
Reference in New Issue