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

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