src.dualinventive.com/go/users-service/vendor/github.com/jinzhu/gorm
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
dialects/mysql initial 2024-08-09 12:10:16 +02:00
.codeclimate.yml initial 2024-08-09 12:10:16 +02:00
License initial 2024-08-09 12:10:16 +02:00
README.md initial 2024-08-09 12:10:16 +02:00
association.go initial 2024-08-09 12:10:16 +02:00
callback.go initial 2024-08-09 12:10:16 +02:00
callback_create.go initial 2024-08-09 12:10:16 +02:00
callback_delete.go initial 2024-08-09 12:10:16 +02:00
callback_query.go initial 2024-08-09 12:10:16 +02:00
callback_query_preload.go initial 2024-08-09 12:10:16 +02:00
callback_row_query.go initial 2024-08-09 12:10:16 +02:00
callback_save.go initial 2024-08-09 12:10:16 +02:00
callback_update.go initial 2024-08-09 12:10:16 +02:00
dialect.go initial 2024-08-09 12:10:16 +02:00
dialect_common.go initial 2024-08-09 12:10:16 +02:00
dialect_mysql.go initial 2024-08-09 12:10:16 +02:00
dialect_postgres.go initial 2024-08-09 12:10:16 +02:00
dialect_sqlite3.go initial 2024-08-09 12:10:16 +02:00
docker-compose.yml initial 2024-08-09 12:10:16 +02:00
errors.go initial 2024-08-09 12:10:16 +02:00
field.go initial 2024-08-09 12:10:16 +02:00
interface.go initial 2024-08-09 12:10:16 +02:00
join_table_handler.go initial 2024-08-09 12:10:16 +02:00
logger.go initial 2024-08-09 12:10:16 +02:00
main.go initial 2024-08-09 12:10:16 +02:00
model.go initial 2024-08-09 12:10:16 +02:00
model_struct.go initial 2024-08-09 12:10:16 +02:00
naming.go initial 2024-08-09 12:10:16 +02:00
scope.go initial 2024-08-09 12:10:16 +02:00
search.go initial 2024-08-09 12:10:16 +02:00
test_all.sh initial 2024-08-09 12:10:16 +02:00
utils.go initial 2024-08-09 12:10:16 +02:00
wercker.yml initial 2024-08-09 12:10:16 +02:00

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