You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EasyDarwin/vendor/github.com/jinzhu/gorm
penggy 395fd53106
1st commit
6 years ago
..
dialects/sqlite 1st commit 6 years ago
License 1st commit 6 years ago
README.md 1st commit 6 years ago
association.go 1st commit 6 years ago
callback.go 1st commit 6 years ago
callback_create.go 1st commit 6 years ago
callback_delete.go 1st commit 6 years ago
callback_query.go 1st commit 6 years ago
callback_query_preload.go 1st commit 6 years ago
callback_row_query.go 1st commit 6 years ago
callback_save.go 1st commit 6 years ago
callback_update.go 1st commit 6 years ago
dialect.go 1st commit 6 years ago
dialect_common.go 1st commit 6 years ago
dialect_mysql.go 1st commit 6 years ago
dialect_postgres.go 1st commit 6 years ago
dialect_sqlite3.go 1st commit 6 years ago
docker-compose.yml 1st commit 6 years ago
errors.go 1st commit 6 years ago
field.go 1st commit 6 years ago
interface.go 1st commit 6 years ago
join_table_handler.go 1st commit 6 years ago
logger.go 1st commit 6 years ago
main.go 1st commit 6 years ago
model.go 1st commit 6 years ago
model_struct.go 1st commit 6 years ago
scope.go 1st commit 6 years ago
search.go 1st commit 6 years ago
test_all.sh 1st commit 6 years ago
utils.go 1st commit 6 years ago
wercker.yml 1st commit 6 years ago

README.md

GORM

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

go report card wercker status Join the chat at https://gitter.im/jinzhu/gorm 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