qrz/vendor/github.com/jinzhu/gorm
2020-06-06 13:17:50 +02:00
..
.gitignore updates for theme branch 2020-06-06 13:17:50 +02:00
association.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_create.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_delete.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_query_preload.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_query.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_row_query.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_save.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback_update.go updates for theme branch 2020-06-06 13:17:50 +02:00
callback.go updates for theme branch 2020-06-06 13:17:50 +02:00
dialect_common.go updates for theme branch 2020-06-06 13:17:50 +02:00
dialect_mysql.go updates for theme branch 2020-06-06 13:17:50 +02:00
dialect_postgres.go updates for theme branch 2020-06-06 13:17:50 +02:00
dialect_sqlite3.go updates for theme branch 2020-06-06 13:17:50 +02:00
dialect.go updates for theme branch 2020-06-06 13:17:50 +02:00
docker-compose.yml updates for theme branch 2020-06-06 13:17:50 +02:00
errors.go updates for theme branch 2020-06-06 13:17:50 +02:00
field.go updates for theme branch 2020-06-06 13:17:50 +02:00
go.mod updates for theme branch 2020-06-06 13:17:50 +02:00
go.sum updates for theme branch 2020-06-06 13:17:50 +02:00
interface.go updates for theme branch 2020-06-06 13:17:50 +02:00
join_table_handler.go updates for theme branch 2020-06-06 13:17:50 +02:00
License updates for theme branch 2020-06-06 13:17:50 +02:00
logger.go updates for theme branch 2020-06-06 13:17:50 +02:00
main.go updates for theme branch 2020-06-06 13:17:50 +02:00
model_struct.go updates for theme branch 2020-06-06 13:17:50 +02:00
model.go updates for theme branch 2020-06-06 13:17:50 +02:00
naming.go updates for theme branch 2020-06-06 13:17:50 +02:00
README.md updates for theme branch 2020-06-06 13:17:50 +02:00
scope.go updates for theme branch 2020-06-06 13:17:50 +02:00
search.go updates for theme branch 2020-06-06 13:17:50 +02:00
test_all.sh updates for theme branch 2020-06-06 13:17:50 +02:00
utils.go updates for theme branch 2020-06-06 13:17:50 +02:00
wercker.yml updates for theme branch 2020-06-06 13:17:50 +02:00

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