From 59d7150917183005c9658c28ad0d3e5e55780a9a Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Mon, 22 Jun 2020 20:22:15 +0800 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c2c7731..a73be1b9 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,15 @@ The fantastic ORM library for Golang, aims to be developer friendly. ## Overview -* Full-Featured ORM (almost) -* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism) +* Full-Featured ORM +* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance) * Hooks (Before/After Create/Save/Update/Delete/Find) -* Preloading (eager loading) -* Transactions +* Eager loading with `Preload`, `Joins` +* 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 -* SQL Builder * Auto Migrations * Logger * Extendable, write Plugins based on GORM callbacks