lxg adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
..
callbacks adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
clause adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
logger eab07f3a20 第二版本的功能开发 3 yıl önce
migrator eab07f3a20 第二版本的功能开发 3 yıl önce
schema adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
utils eab07f3a20 第二版本的功能开发 3 yıl önce
.gitignore eab07f3a20 第二版本的功能开发 3 yıl önce
License eab07f3a20 第二版本的功能开发 3 yıl önce
README.md eab07f3a20 第二版本的功能开发 3 yıl önce
association.go eab07f3a20 第二版本的功能开发 3 yıl önce
callbacks.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
chainable_api.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
errors.go eab07f3a20 第二版本的功能开发 3 yıl önce
finisher_api.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce
go.mod eab07f3a20 第二版本的功能开发 3 yıl önce
go.sum eab07f3a20 第二版本的功能开发 3 yıl önce
gorm.go eab07f3a20 第二版本的功能开发 3 yıl önce
interfaces.go eab07f3a20 第二版本的功能开发 3 yıl önce
migrator.go eab07f3a20 第二版本的功能开发 3 yıl önce
model.go eab07f3a20 第二版本的功能开发 3 yıl önce
prepare_stmt.go eab07f3a20 第二版本的功能开发 3 yıl önce
scan.go eab07f3a20 第二版本的功能开发 3 yıl önce
soft_delete.go eab07f3a20 第二版本的功能开发 3 yıl önce
statement.go adbc6003bc 添加Dialer方法直接返回连接实例 3 yıl önce

README.md

GORM

The fantastic ORM library for Golang, aims to be developer friendly.

go report card test status Open Collective Backer Open Collective Sponsor MIT license Go.Dev reference

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

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