Skip to content
/ gorm Public
forked from go-gorm/gorm

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

License

Notifications You must be signed in to change notification settings

agilab/gorm

This branch is 7 commits ahead of, 1378 commits behind go-gorm/gorm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfb51d1 · Jun 3, 2019
Feb 10, 2018
Feb 12, 2018
Aug 22, 2015
Feb 29, 2016
Jan 5, 2015
Feb 16, 2018
Feb 10, 2018
Feb 10, 2018
Mar 27, 2018
Apr 11, 2018
Feb 12, 2018
Feb 1, 2017
Feb 9, 2018
Feb 9, 2018
Jan 15, 2017
Feb 10, 2018
Mar 8, 2016
Feb 10, 2018
Aug 28, 2014
Feb 12, 2018
Feb 10, 2018
Feb 1, 2017
Feb 18, 2018
Feb 12, 2018
Feb 12, 2018
Feb 10, 2018
Feb 10, 2018
Feb 10, 2018
Feb 13, 2018
Feb 12, 2018
Oct 25, 2016
Apr 4, 2016
Mar 7, 2016
Mar 14, 2017
Feb 12, 2018
Jul 3, 2017
Jul 23, 2017
Mar 27, 2018
Feb 11, 2018
Feb 11, 2018
Mar 8, 2016
Feb 10, 2018
Mar 22, 2017
Jan 15, 2016
Oct 6, 2016
Feb 9, 2018
Feb 13, 2018
Mar 22, 2017
Jun 3, 2019
Feb 11, 2018
Sep 4, 2017
Mar 12, 2015
Feb 10, 2018
Feb 10, 2017
Jan 31, 2018
Mar 30, 2017
Feb 27, 2018

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%