lijian bc677c9466 first commit 6 anni fa
..
License bc677c9466 first commit 6 anni fa
README.md bc677c9466 first commit 6 anni fa
association.go bc677c9466 first commit 6 anni fa
callback.go bc677c9466 first commit 6 anni fa
callback_create.go bc677c9466 first commit 6 anni fa
callback_delete.go bc677c9466 first commit 6 anni fa
callback_query.go bc677c9466 first commit 6 anni fa
callback_query_preload.go bc677c9466 first commit 6 anni fa
callback_row_query.go bc677c9466 first commit 6 anni fa
callback_save.go bc677c9466 first commit 6 anni fa
callback_update.go bc677c9466 first commit 6 anni fa
dialect.go bc677c9466 first commit 6 anni fa
dialect_common.go bc677c9466 first commit 6 anni fa
dialect_mysql.go bc677c9466 first commit 6 anni fa
dialect_postgres.go bc677c9466 first commit 6 anni fa
dialect_sqlite3.go bc677c9466 first commit 6 anni fa
docker-compose.yml bc677c9466 first commit 6 anni fa
errors.go bc677c9466 first commit 6 anni fa
field.go bc677c9466 first commit 6 anni fa
interface.go bc677c9466 first commit 6 anni fa
join_table_handler.go bc677c9466 first commit 6 anni fa
logger.go bc677c9466 first commit 6 anni fa
main.go bc677c9466 first commit 6 anni fa
model.go bc677c9466 first commit 6 anni fa
model_struct.go bc677c9466 first commit 6 anni fa
naming.go bc677c9466 first commit 6 anni fa
scope.go bc677c9466 first commit 6 anni fa
search.go bc677c9466 first commit 6 anni fa
test_all.sh bc677c9466 first commit 6 anni fa
utils.go bc677c9466 first commit 6 anni fa
wercker.yml bc677c9466 first commit 6 anni fa

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