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

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