The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu 1af325ab4f Upgrade sqlserver driver 2020-06-10 16:06:54 +08:00
.github Update issues template 2020-06-07 13:16:09 +08:00
callbacks Upsert selected columns 2020-06-10 10:48:48 +08:00
clause Add batch upsert tests 2020-06-09 09:04:32 +08:00
logger Fix package path 2020-06-02 09:25:55 +08:00
migrator Support customize gorm field type 2020-06-06 10:47:32 +08:00
schema Support customize gorm field type 2020-06-06 10:47:32 +08:00
tests Upgrade sqlserver driver 2020-06-10 16:06:54 +08:00
utils Fix FileWithLineNum on windows 2020-06-07 18:37:05 +08:00
.gitignore Add clause, DB API, model definition 2020-01-29 19:22:44 +08:00
License Add MIT License file 2015-01-05 08:59:18 +08:00
README.md Fix typo 2020-06-09 12:00:43 +08:00
association.go Rename package name 2020-06-02 09:18:01 +08:00
callbacks.go Refactor Execute callbacks 2020-06-08 22:32:35 +08:00
chainable_api.go Spelling fix for "condtion" -> "condition" (#3042) 2020-06-08 11:38:51 +08:00
errors.go Add Distinct support 2020-06-05 19:19:12 +08:00
finisher_api.go Add FindInBatches support 2020-06-10 15:36:34 +08:00
go.mod Refactor tests files 2020-06-02 10:50:38 +08:00
go.sum Add go.sum 2020-06-06 14:28:59 +08:00
gorm.go Refactor for performance 2020-06-08 17:21:26 +08:00
interfaces.go Add PrepareStmt support 2020-06-05 11:40:24 +08:00
migrator.go Refactor for performance 2020-06-08 17:21:26 +08:00
model.go Fix typo 2020-06-09 12:00:43 +08:00
prepare_stmt.go Add PrepareStmt support 2020-06-05 11:40:24 +08:00
scan.go Fix Pluck with Table only 2020-06-09 15:36:10 +08:00
soft_delete.go Rename package name 2020-06-02 09:18:01 +08:00
statement.go Refactor for performance 2020-06-08 17:21:26 +08:00
statement_test.go Spelling fix for "condtion" -> "condition" (#3042) 2020-06-08 11:38:51 +08:00
wercker.yml Update wercker.yml 2020-06-06 15:05:24 +08:00

README.md

GORM

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

go report card wercker status Join the chat at https://gitter.im/jinzhu/gorm Open Collective Backer Open Collective Sponsor MIT license GoDoc

Overview

  • Full-Featured ORM (almost)
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
  • Hooks (Before/After Create/Save/Update/Delete/Find)
  • Preloading (eager loading)
  • Transactions
  • Composite Primary Key
  • SQL Builder
  • Auto Migrations
  • Logger
  • Extendable, write Plugins based on GORM callbacks
  • 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