go_study/go-for-study/vendor/github.com/jinzhu/gorm
Msy-msu ba621c6934 add two projects 2023-07-02 17:15:59 +08:00
..
BUILD.bazel add two projects 2023-07-02 17:15:59 +08:00
License add two projects 2023-07-02 17:15:59 +08:00
README.md add two projects 2023-07-02 17:15:59 +08:00
association.go add two projects 2023-07-02 17:15:59 +08:00
callback.go add two projects 2023-07-02 17:15:59 +08:00
callback_create.go add two projects 2023-07-02 17:15:59 +08:00
callback_delete.go add two projects 2023-07-02 17:15:59 +08:00
callback_query.go add two projects 2023-07-02 17:15:59 +08:00
callback_query_preload.go add two projects 2023-07-02 17:15:59 +08:00
callback_row_query.go add two projects 2023-07-02 17:15:59 +08:00
callback_save.go add two projects 2023-07-02 17:15:59 +08:00
callback_update.go add two projects 2023-07-02 17:15:59 +08:00
dialect.go add two projects 2023-07-02 17:15:59 +08:00
dialect_common.go add two projects 2023-07-02 17:15:59 +08:00
dialect_mysql.go add two projects 2023-07-02 17:15:59 +08:00
dialect_postgres.go add two projects 2023-07-02 17:15:59 +08:00
dialect_sqlite3.go add two projects 2023-07-02 17:15:59 +08:00
errors.go add two projects 2023-07-02 17:15:59 +08:00
field.go add two projects 2023-07-02 17:15:59 +08:00
interface.go add two projects 2023-07-02 17:15:59 +08:00
join_table_handler.go add two projects 2023-07-02 17:15:59 +08:00
logger.go add two projects 2023-07-02 17:15:59 +08:00
main.go add two projects 2023-07-02 17:15:59 +08:00
model.go add two projects 2023-07-02 17:15:59 +08:00
model_struct.go add two projects 2023-07-02 17:15:59 +08:00
scope.go add two projects 2023-07-02 17:15:59 +08:00
search.go add two projects 2023-07-02 17:15:59 +08:00
test_all.sh add two projects 2023-07-02 17:15:59 +08:00
utils.go add two projects 2023-07-02 17:15:59 +08:00
wercker.yml add two projects 2023-07-02 17:15:59 +08:00

README.md

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.