EasyDarwin/vendor/github.com/jinzhu/gorm
penggy 395fd53106 1st commit 2018-11-07 19:28:13 +08:00
..
dialects/sqlite 1st commit 2018-11-07 19:28:13 +08:00
License 1st commit 2018-11-07 19:28:13 +08:00
README.md 1st commit 2018-11-07 19:28:13 +08:00
association.go 1st commit 2018-11-07 19:28:13 +08:00
callback.go 1st commit 2018-11-07 19:28:13 +08:00
callback_create.go 1st commit 2018-11-07 19:28:13 +08:00
callback_delete.go 1st commit 2018-11-07 19:28:13 +08:00
callback_query.go 1st commit 2018-11-07 19:28:13 +08:00
callback_query_preload.go 1st commit 2018-11-07 19:28:13 +08:00
callback_row_query.go 1st commit 2018-11-07 19:28:13 +08:00
callback_save.go 1st commit 2018-11-07 19:28:13 +08:00
callback_update.go 1st commit 2018-11-07 19:28:13 +08:00
dialect.go 1st commit 2018-11-07 19:28:13 +08:00
dialect_common.go 1st commit 2018-11-07 19:28:13 +08:00
dialect_mysql.go 1st commit 2018-11-07 19:28:13 +08:00
dialect_postgres.go 1st commit 2018-11-07 19:28:13 +08:00
dialect_sqlite3.go 1st commit 2018-11-07 19:28:13 +08:00
docker-compose.yml 1st commit 2018-11-07 19:28:13 +08:00
errors.go 1st commit 2018-11-07 19:28:13 +08:00
field.go 1st commit 2018-11-07 19:28:13 +08:00
interface.go 1st commit 2018-11-07 19:28:13 +08:00
join_table_handler.go 1st commit 2018-11-07 19:28:13 +08:00
logger.go 1st commit 2018-11-07 19:28:13 +08:00
main.go 1st commit 2018-11-07 19:28:13 +08:00
model.go 1st commit 2018-11-07 19:28:13 +08:00
model_struct.go 1st commit 2018-11-07 19:28:13 +08:00
scope.go 1st commit 2018-11-07 19:28:13 +08:00
search.go 1st commit 2018-11-07 19:28:13 +08:00
test_all.sh 1st commit 2018-11-07 19:28:13 +08:00
utils.go 1st commit 2018-11-07 19:28:13 +08:00
wercker.yml 1st commit 2018-11-07 19:28:13 +08:00

README.md

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