Andrea Fazzi 0ae71f71be Working on jobs 5 years ago
..
dialects 994369ab61 First commit 7 years ago
.codeclimate.yml 994369ab61 First commit 7 years ago
.gitignore 994369ab61 First commit 7 years ago
License 994369ab61 First commit 7 years ago
README.md 0ae71f71be Working on jobs 5 years ago
association.go 0ae71f71be Working on jobs 5 years ago
callback.go 0ae71f71be Working on jobs 5 years ago
callback_create.go 0ae71f71be Working on jobs 5 years ago
callback_delete.go 2ecf7453b3 Update dependencies 7 years ago
callback_query.go 0ae71f71be Working on jobs 5 years ago
callback_query_preload.go 0ae71f71be Working on jobs 5 years ago
callback_row_query.go 994369ab61 First commit 7 years ago
callback_save.go 0ae71f71be Working on jobs 5 years ago
callback_update.go 0ae71f71be Working on jobs 5 years ago
dialect.go 0ae71f71be Working on jobs 5 years ago
dialect_common.go 0ae71f71be Working on jobs 5 years ago
dialect_mysql.go 0ae71f71be Working on jobs 5 years ago
dialect_postgres.go 0ae71f71be Working on jobs 5 years ago
dialect_sqlite3.go 0ae71f71be Working on jobs 5 years ago
errors.go 0ae71f71be Working on jobs 5 years ago
field.go 994369ab61 First commit 7 years ago
interface.go 2ecf7453b3 Update dependencies 7 years ago
join_table_handler.go 0ae71f71be Working on jobs 5 years ago
logger.go 2ecf7453b3 Update dependencies 7 years ago
main.go 0ae71f71be Working on jobs 5 years ago
model.go 994369ab61 First commit 7 years ago
model_struct.go 0ae71f71be Working on jobs 5 years ago
scope.go 0ae71f71be Working on jobs 5 years ago
search.go 0ae71f71be Working on jobs 5 years ago
test_all.sh 0ae71f71be Working on jobs 5 years ago
utils.go 0ae71f71be Working on jobs 5 years ago
wercker.yml 0ae71f71be Working on jobs 5 years ago

README.md

GORM

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

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

Author

jinzhu

Contributors

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

License

Released under the MIT License.