
commit a83023bdfc0dc6eaccc6704b64ff6436c2fe7725 Author: Jinzhu <wosmvp@gmail.com> Date: Fri Mar 18 01:05:25 2022 +0800 Refactor #5132 commit 8559f51102c01be6c19913c0bc3a5771721ff1f5 Author: chenrui <chenrui@jingdaka.com> Date: Mon Mar 7 20:33:12 2022 +0800 fix: should add deleted_at exprs for every joins commit 2b7a1bdcf3eff9d23253173d21e73c1f056f9be4 Author: chenrui <chenrui@jingdaka.com> Date: Mon Mar 7 14:46:48 2022 +0800 test: move debug flag commit ce13a2a7bc50d2c23678806acf65dbd589827c77 Author: chenrui <chenrui@jingdaka.com> Date: Mon Mar 7 14:39:56 2022 +0800 fix: soft delete for join.on
GORM
The fantastic ORM library for Golang, aims to be developer friendly.
Overview
- 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)
- Eager loading with
Preload
,Joins
- Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
- 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
- Auto Migrations
- Logger
- Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
- Every feature comes with tests
- Developer Friendly
Getting Started
- GORM Guides https://gorm.io
Contributing
You can help to deliver a better GORM, check out things you can do
License
© Jinzhu, 2013~time.Now
Released under the MIT License
Languages
Go
99.9%
Shell
0.1%