The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu fd9b688084 Implement parse many2many relation 2020-02-01 18:02:19 +08:00
.github Simplify GitHub templates 2018-02-10 13:55:11 +08:00
clause Implement parse relationship architecture 2020-02-01 12:46:52 +08:00
logger Implement callbacks 2020-01-31 06:35:25 +08:00
migrator Add migrator 2020-01-28 23:01:35 +08:00
schema Implement parse many2many relation 2020-02-01 18:02:19 +08:00
tests Refactor callbacks 2020-01-31 08:44:45 +08:00
utils Implement callbacks 2020-01-31 06:35:25 +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 clause, DB API, model definition 2020-01-29 19:22:44 +08:00
callbacks.go Refactor callbacks 2020-01-31 08:44:45 +08:00
chainable_api.go Refactor builder 2020-01-30 19:47:00 +08:00
finisher_api.go Refactor builder 2020-01-30 19:47:00 +08:00
go.mod Implement naming strategy 2020-01-31 14:17:02 +08:00
go.sum Implement naming strategy 2020-01-31 14:17:02 +08:00
gorm.go Implement naming strategy 2020-01-31 14:17:02 +08:00
helpers.go Implement callbacks 2020-01-31 06:35:25 +08:00
migrator.go Add migrator 2020-01-28 23:01:35 +08:00
statement.go Refactor builder 2020-01-30 19:47:00 +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