The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu 9807fffdbc Fix mssql tests 2020-06-02 00:03:38 +08:00
.github Simplify GitHub templates 2018-02-10 13:55:11 +08:00
callbacks Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
clause Add tests for Columns 2020-05-31 00:42:52 +08:00
dialects Fix mssql tests 2020-06-02 00:03:38 +08:00
logger Test SubQuery 2020-06-01 21:26:23 +08:00
migrator Test CreateWithNoGORMPrimayKey 2020-05-31 12:52:49 +08:00
schema Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
tests Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
utils Refactor create tests 2020-05-23 22:32:16 +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 Change gorm.io links to https 2019-05-05 16:23:52 +08:00
association.go Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
callbacks.go Test SubQuery 2020-06-01 21:26:23 +08:00
chainable_api.go Add mores tests for query 2020-06-01 10:54:32 +08:00
errors.go Improve Hooks 2020-06-01 00:12:20 +08:00
finisher_api.go Add more tests 2020-06-01 00:36:18 +08:00
go.mod Fix Scanner tests on mssql 2020-05-31 01:21:16 +08:00
gorm.go Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
interfaces.go Add multi primary keys test 2020-06-01 08:13:16 +08:00
migrator.go Add tests for Tables 2020-05-31 10:24:49 +08:00
model.go Add SoftDelete support 2020-05-29 07:35:45 +08:00
scan.go Test Pluck 2020-05-31 21:11:20 +08:00
soft_delete.go Test Override NowFunc 2020-05-31 11:34:59 +08:00
statement.go Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
wercker.yml Setup tests script 2020-02-23 09:38:51 +08:00

README.md

GORM

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

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