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.
go-library/vendor/gorm.io/gorm
李光春 315d1a7c0b
- update
9 months ago
..
callbacks - update vendor 11 months ago
clause - update vendor 9 months ago
logger - update vendor 9 months ago
migrator - update vendor 9 months ago
schema - update vendor 9 months ago
utils - update vendor 11 months ago
.gitignore - update vendor 1 year ago
.golangci.yml - update vendor 1 year ago
LICENSE - update 9 months ago
README.md - update vendor 1 year ago
association.go - update wechatopen 1 year ago
callbacks.go - update wechatopen 1 year ago
chainable_api.go - update wechatopen 1 year ago
errors.go - update vendor 11 months ago
finisher_api.go - update vendor 11 months ago
gorm.go - update vendor 9 months ago
interfaces.go - update vendor 9 months ago
migrator.go - update wechatopen 1 year ago
model.go - update ip 1 year ago
prepare_stmt.go - update vendor 9 months ago
scan.go - update vendor 1 year ago
soft_delete.go - update vendor 1 year ago
statement.go - update vendor 1 year ago

README.md

GORM

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

go report card test status 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

Contributors

Thank you for contributing to the GORM framework!

License

© Jinzhu, 2013~time.Now

Released under the MIT License