2020-07-01 08:56:21 +08:00
2020-07-01 08:56:21 +08:00
2020-06-02 09:25:55 +08:00
2020-06-30 07:29:15 +08:00
2020-07-01 08:56:21 +08:00
2020-06-30 16:53:54 +08:00
2020-06-02 09:18:01 +08:00
2020-06-08 22:32:35 +08:00
2020-06-30 16:53:54 +08:00
2020-06-02 10:50:38 +08:00
2020-06-06 14:28:59 +08:00
2020-06-23 10:36:45 +08:00
2020-06-23 09:38:51 +08:00
2015-01-05 08:59:18 +08:00
2020-06-09 12:00:43 +08:00
2020-06-22 23:14:17 +08:00
2020-07-01 08:56:21 +08:00
2020-06-02 09:18:01 +08:00
2020-06-30 22:47:21 +08:00

GORM

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

go report card test status Join the chat at https://gitter.im/jinzhu/gorm Open Collective Backer Open Collective Sponsor MIT license Go.Dev reference

Overview

  • Full-Featured ORM
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)
  • Hooks (Before/After Create/Save/Update/Delete/Find)
  • Eager loading with Preload, Joins
  • Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
  • Context, Prepared Statment Mode, DryRun Mode
  • Batch Insert, FindInBatches, Find To Map
  • SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints
  • Composite Primary Key
  • 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

Description
The fantastic ORM library for Golang, aims to be developer friendly
Readme
Languages
Go 99.9%
Shell 0.1%