.. | ||
dialects | ||
.codeclimate.yml | ||
.gitignore | ||
association_test.go | ||
association.go | ||
callback_create.go | ||
callback_delete.go | ||
callback_query_preload.go | ||
callback_query.go | ||
callback_save.go | ||
callback_system_test.go | ||
callback_update.go | ||
callback.go | ||
callbacks_test.go | ||
CONTRIBUTING.md | ||
create_test.go | ||
customize_column_test.go | ||
delete_test.go | ||
dialect_common.go | ||
dialect_h2.go | ||
dialect_mysql.go | ||
dialect_postgres.go | ||
dialect_sqlite3.go | ||
dialect.go | ||
embedded_struct_test.go | ||
errors_test.go | ||
errors.go | ||
field_test.go | ||
field.go | ||
interface.go | ||
join_table_handler.go | ||
join_table_test.go | ||
License | ||
logger.go | ||
main_test.go | ||
main.go | ||
migration_test.go | ||
model_struct.go | ||
model.go | ||
multi_primary_keys_test.go | ||
pointer_test.go | ||
polymorphic_test.go | ||
preload_test.go | ||
query_test.go | ||
README.md | ||
scaner_test.go | ||
scope_test.go | ||
scope.go | ||
search_test.go | ||
search.go | ||
test_all.sh | ||
update_test.go | ||
utils_test.go | ||
utils.go | ||
wercker.yml |
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
Author
jinzhu
Contributors
https://github.com/jinzhu/gorm/graphs/contributors
License
Released under the MIT License.