go-common/vendor/github.com/jinzhu/gorm
2019-04-22 18:49:16 +08:00
..
association.go Create & Init Project... 2019-04-22 18:49:16 +08:00
BUILD.bazel Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_create.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_delete.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_query_preload.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_query.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_row_query.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_save.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback_update.go Create & Init Project... 2019-04-22 18:49:16 +08:00
callback.go Create & Init Project... 2019-04-22 18:49:16 +08:00
dialect_common.go Create & Init Project... 2019-04-22 18:49:16 +08:00
dialect_mysql.go Create & Init Project... 2019-04-22 18:49:16 +08:00
dialect_postgres.go Create & Init Project... 2019-04-22 18:49:16 +08:00
dialect_sqlite3.go Create & Init Project... 2019-04-22 18:49:16 +08:00
dialect.go Create & Init Project... 2019-04-22 18:49:16 +08:00
errors.go Create & Init Project... 2019-04-22 18:49:16 +08:00
field.go Create & Init Project... 2019-04-22 18:49:16 +08:00
interface.go Create & Init Project... 2019-04-22 18:49:16 +08:00
join_table_handler.go Create & Init Project... 2019-04-22 18:49:16 +08:00
License Create & Init Project... 2019-04-22 18:49:16 +08:00
logger.go Create & Init Project... 2019-04-22 18:49:16 +08:00
main.go Create & Init Project... 2019-04-22 18:49:16 +08:00
model_struct.go Create & Init Project... 2019-04-22 18:49:16 +08:00
model.go Create & Init Project... 2019-04-22 18:49:16 +08:00
README.md Create & Init Project... 2019-04-22 18:49:16 +08:00
scope.go Create & Init Project... 2019-04-22 18:49:16 +08:00
search.go Create & Init Project... 2019-04-22 18:49:16 +08:00
test_all.sh Create & Init Project... 2019-04-22 18:49:16 +08:00
utils.go Create & Init Project... 2019-04-22 18:49:16 +08:00
wercker.yml Create & Init Project... 2019-04-22 18:49:16 +08: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.