The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu d833efe8b9 Work on clauses 2020-02-02 19:11:17 +08:00
.github Simplify GitHub templates 2018-02-10 13:55:11 +08:00
callbacks Work on clauses 2020-02-02 19:11:17 +08:00
clause Work on clauses 2020-02-02 19:11:17 +08:00
dialects Work on clauses 2020-02-02 19:11:17 +08:00
logger Test parse schema relations 2020-02-01 22:26:17 +08:00
migrator Add migrator 2020-01-28 23:01:35 +08:00
schema Work on clauses 2020-02-02 19:11:17 +08:00
tests Work on clauses 2020-02-02 19:11:17 +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 Work on clauses 2020-02-02 19:11:17 +08:00
chainable_api.go Refactor builder 2020-01-30 19:47:00 +08:00
finisher_api.go Work on clauses 2020-02-02 19:11:17 +08:00
go.mod Work on clauses 2020-02-02 19:11:17 +08:00
go.sum Implement naming strategy 2020-01-31 14:17:02 +08:00
gorm.go Work on clauses 2020-02-02 19:11:17 +08:00
helpers.go Add tests model definition and basic fields tests 2020-02-01 20:18:32 +08:00
interfaces.go Work on clauses 2020-02-02 19:11:17 +08:00
migrator.go Add migrator 2020-01-28 23:01:35 +08:00
statement.go Work on clauses 2020-02-02 19:11:17 +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