You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| BUILD.bazel | 7 years ago | |
| License | 7 years ago | |
| README.md | 7 years ago | |
| association.go | 7 years ago | |
| callback.go | 7 years ago | |
| callback_create.go | 7 years ago | |
| callback_delete.go | 7 years ago | |
| callback_query.go | 7 years ago | |
| callback_query_preload.go | 7 years ago | |
| callback_row_query.go | 7 years ago | |
| callback_save.go | 7 years ago | |
| callback_update.go | 7 years ago | |
| dialect.go | 7 years ago | |
| dialect_common.go | 7 years ago | |
| dialect_mysql.go | 7 years ago | |
| dialect_postgres.go | 7 years ago | |
| dialect_sqlite3.go | 7 years ago | |
| errors.go | 7 years ago | |
| field.go | 7 years ago | |
| interface.go | 7 years ago | |
| join_table_handler.go | 7 years ago | |
| logger.go | 7 years ago | |
| main.go | 7 years ago | |
| model.go | 7 years ago | |
| model_struct.go | 7 years ago | |
| scope.go | 7 years ago | |
| search.go | 7 years ago | |
| test_all.sh | 7 years ago | |
| utils.go | 7 years ago | |
| wercker.yml | 7 years ago | |
README.md
GORM
The fantastic ORM library for Golang, aims to be developer friendly.
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
- GORM Guides jinzhu.github.com/gorm
Upgrading To V1.0
Supporting the project
Author
jinzhu
Contributors
https://github.com/jinzhu/gorm/graphs/contributors
License
Released under the MIT License.
