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

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.