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

在gorm基础上增加First、Last、Find、Count查询的SQL构造。查询缓存示例

License

Notifications You must be signed in to change notification settings

hb-go/gorm

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f51bb1 · Nov 21, 2018
Feb 10, 2018
Sep 9, 2018
Aug 22, 2015
Feb 29, 2016
Jan 5, 2015
Feb 16, 2018
Nov 3, 2018
Feb 10, 2018
Mar 28, 2017
Oct 10, 2017
Sep 9, 2018
Feb 1, 2017
Sep 9, 2018
Sep 9, 2018
Jan 15, 2017
Sep 9, 2018
Mar 8, 2016
Sep 9, 2018
Aug 28, 2014
Feb 12, 2018
Feb 10, 2018
Feb 1, 2017
Sep 9, 2018
Sep 9, 2018
Sep 9, 2018
Sep 9, 2018
Sep 9, 2018
Feb 10, 2018
Feb 13, 2018
Aug 18, 2018
Oct 25, 2016
Nov 3, 2018
Nov 3, 2018
Mar 14, 2017
Feb 12, 2018
Jul 3, 2017
Jul 23, 2017
Sep 9, 2018
Sep 9, 2018
Sep 9, 2018
Mar 8, 2016
Sep 22, 2018
Mar 22, 2017
Sep 9, 2018
Sep 9, 2018
Jan 15, 2016
Oct 6, 2016
Aug 18, 2018
Jul 26, 2018
Mar 22, 2017
Nov 3, 2018
Feb 11, 2018
Sep 4, 2017
Mar 12, 2015
Feb 10, 2018
Feb 10, 2017
Sep 9, 2018
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

在gorm基础上增加First、Last、Find、Count查询的SQL构造。查询缓存示例

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%