You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dingtalk/vendor/gorm.io/gorm
李光春 2f7385f8f6
- update
2 years ago
..
callbacks - update 2 years ago
clause - update vendor 2 years ago
logger - update 2 years ago
migrator - update 2 years ago
schema - update 2 years ago
utils - update vendor 2 years ago
.gitignore - update 2 years ago
.golangci.yml - update vendor 2 years ago
License - update vendor 2 years ago
README.md - update vendor 2 years ago
association.go - update 2 years ago
callbacks.go - update vendor 2 years ago
chainable_api.go - update vendor 2 years ago
errors.go - update vendor 2 years ago
finisher_api.go - update 2 years ago
gorm.go - update 2 years ago
interfaces.go - update vendor 2 years ago
migrator.go - update vendor 2 years ago
model.go - update vendor 2 years ago
prepare_stmt.go - update vendor 2 years ago
scan.go - update 2 years ago
soft_delete.go - update vendor 2 years ago
statement.go - update 2 years ago

README.md

GORM

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

go report card test status Join the chat at https://gitter.im/jinzhu/gorm 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