Andrea Fazzi ed464d51b0 Update the cloud client 5 năm trước cách đây
..
dialects 994369ab61 First commit 7 năm trước cách đây
.codeclimate.yml 994369ab61 First commit 7 năm trước cách đây
.gitignore 994369ab61 First commit 7 năm trước cách đây
License 994369ab61 First commit 7 năm trước cách đây
README.md ed464d51b0 Update the cloud client 5 năm trước cách đây
association.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback_create.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback_delete.go 2ecf7453b3 Update dependencies 7 năm trước cách đây
callback_query.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback_query_preload.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback_row_query.go 994369ab61 First commit 7 năm trước cách đây
callback_save.go ed464d51b0 Update the cloud client 5 năm trước cách đây
callback_update.go ed464d51b0 Update the cloud client 5 năm trước cách đây
dialect.go ed464d51b0 Update the cloud client 5 năm trước cách đây
dialect_common.go ed464d51b0 Update the cloud client 5 năm trước cách đây
dialect_mysql.go ed464d51b0 Update the cloud client 5 năm trước cách đây
dialect_postgres.go ed464d51b0 Update the cloud client 5 năm trước cách đây
dialect_sqlite3.go ed464d51b0 Update the cloud client 5 năm trước cách đây
docker-compose.yml ed464d51b0 Update the cloud client 5 năm trước cách đây
errors.go ed464d51b0 Update the cloud client 5 năm trước cách đây
field.go 994369ab61 First commit 7 năm trước cách đây
interface.go 2ecf7453b3 Update dependencies 7 năm trước cách đây
join_table_handler.go ed464d51b0 Update the cloud client 5 năm trước cách đây
logger.go 2ecf7453b3 Update dependencies 7 năm trước cách đây
main.go ed464d51b0 Update the cloud client 5 năm trước cách đây
model.go 994369ab61 First commit 7 năm trước cách đây
model_struct.go ed464d51b0 Update the cloud client 5 năm trước cách đây
scope.go ed464d51b0 Update the cloud client 5 năm trước cách đây
search.go ed464d51b0 Update the cloud client 5 năm trước cách đây
test_all.sh ed464d51b0 Update the cloud client 5 năm trước cách đây
utils.go ed464d51b0 Update the cloud client 5 năm trước cách đây
wercker.yml ed464d51b0 Update the cloud client 5 năm trước cách đây

README.md

GORM

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

go report card wercker status Open Collective Backer Open Collective Sponsor MIT license GoDoc

Overview

  • Full-Featured ORM (almost)
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
  • Hooks (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

Contributing

You can help to deliver a better GORM, check out things you can do

License

© Jinzhu, 2013~time.Now

Released under the MIT License