go-common/vendor/github.com/jinzhu/gorm
2019-04-22 02:59:20 +00:00
..
association.go init 2019-04-22 02:59:20 +00:00
BUILD.bazel init 2019-04-22 02:59:20 +00:00
callback_create.go init 2019-04-22 02:59:20 +00:00
callback_delete.go init 2019-04-22 02:59:20 +00:00
callback_query_preload.go init 2019-04-22 02:59:20 +00:00
callback_query.go init 2019-04-22 02:59:20 +00:00
callback_row_query.go init 2019-04-22 02:59:20 +00:00
callback_save.go init 2019-04-22 02:59:20 +00:00
callback_update.go init 2019-04-22 02:59:20 +00:00
callback.go init 2019-04-22 02:59:20 +00:00
dialect_common.go init 2019-04-22 02:59:20 +00:00
dialect_mysql.go init 2019-04-22 02:59:20 +00:00
dialect_postgres.go init 2019-04-22 02:59:20 +00:00
dialect_sqlite3.go init 2019-04-22 02:59:20 +00:00
dialect.go init 2019-04-22 02:59:20 +00:00
errors.go init 2019-04-22 02:59:20 +00:00
field.go init 2019-04-22 02:59:20 +00:00
interface.go init 2019-04-22 02:59:20 +00:00
join_table_handler.go init 2019-04-22 02:59:20 +00:00
License init 2019-04-22 02:59:20 +00:00
logger.go init 2019-04-22 02:59:20 +00:00
main.go init 2019-04-22 02:59:20 +00:00
model_struct.go init 2019-04-22 02:59:20 +00:00
model.go init 2019-04-22 02:59:20 +00:00
README.md init 2019-04-22 02:59:20 +00:00
scope.go init 2019-04-22 02:59:20 +00:00
search.go init 2019-04-22 02:59:20 +00:00
test_all.sh init 2019-04-22 02:59:20 +00:00
utils.go init 2019-04-22 02:59:20 +00:00
wercker.yml init 2019-04-22 02:59:20 +00:00

GORM

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

Join the chat at https://gitter.im/jinzhu/gorm wercker status GoDoc

Overview

  • Full-Featured ORM (almost)
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
  • Callbacks (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

Upgrading To V1.0

Supporting the project

http://patreon.com/jinzhu

Author

jinzhu

Contributors

https://github.com/jinzhu/gorm/graphs/contributors

License

Released under the MIT License.