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.
 
 
 
root beccf3fe43 init 7 years ago
..
BUILD.bazel init 7 years ago
License init 7 years ago
README.md init 7 years ago
association.go init 7 years ago
callback.go init 7 years ago
callback_create.go init 7 years ago
callback_delete.go init 7 years ago
callback_query.go init 7 years ago
callback_query_preload.go init 7 years ago
callback_row_query.go init 7 years ago
callback_save.go init 7 years ago
callback_update.go init 7 years ago
dialect.go init 7 years ago
dialect_common.go init 7 years ago
dialect_mysql.go init 7 years ago
dialect_postgres.go init 7 years ago
dialect_sqlite3.go init 7 years ago
errors.go init 7 years ago
field.go init 7 years ago
interface.go init 7 years ago
join_table_handler.go init 7 years ago
logger.go init 7 years ago
main.go init 7 years ago
model.go init 7 years ago
model_struct.go init 7 years ago
scope.go init 7 years ago
search.go init 7 years ago
test_all.sh init 7 years ago
utils.go init 7 years ago
wercker.yml init 7 years ago

README.md

GORM

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

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

http://patreon.com/jinzhu

Author

jinzhu

Contributors

https://github.com/jinzhu/gorm/graphs/contributors

License

Released under the MIT License.