Skip to content
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

waggertron/gorm

This branch is 1531 commits behind go-gorm/gorm:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 11, 2016
Aug 22, 2015
Feb 29, 2016
Sep 20, 2016
Jan 5, 2015
May 4, 2016
Oct 20, 2016
Oct 27, 2016
Mar 9, 2016
Nov 4, 2016
Nov 4, 2016
Mar 10, 2016
Oct 6, 2016
Oct 27, 2016
Mar 8, 2016
Nov 4, 2016
Aug 28, 2014
Oct 19, 2016
Oct 19, 2016
Jan 10, 2016
Jul 11, 2016
Jul 11, 2016
Jul 11, 2016
Jul 11, 2016
Jul 11, 2016
Sep 5, 2016
Oct 25, 2016
Oct 25, 2016
Apr 4, 2016
Mar 7, 2016
Jan 28, 2014
Mar 7, 2016
Jan 12, 2016
Mar 10, 2016
Dec 5, 2016
Nov 4, 2016
Oct 20, 2016
Mar 8, 2016
Oct 6, 2016
Jan 15, 2016
Jan 15, 2016
Oct 6, 2016
Dec 1, 2016
Oct 26, 2016
Jun 23, 2016
Dec 5, 2016
Oct 22, 2014
Dec 1, 2016
Mar 12, 2015
Apr 17, 2015
Aug 14, 2016
Dec 1, 2016
Feb 20, 2016
May 21, 2016

Repository files navigation

GORM

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

Join the chat at https://gitter.im/jinzhu/gorm wercker status GoDoc

Overview

  • Full-Featured ORM (almost)
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
  • Callbacks (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

Upgrading To V1.0

Author

jinzhu

Contributors

https://github.com/jinzhu/gorm/graphs/contributors

License

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%