Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/vendor/github.com/azhao12345/gorm
akuma06 a41f938cec Add Godep support (#758)
As we have seen, dependencies version can prevent the build. We should
user lock versions on dependencies that we know work:
* Packages are vendored
* Add Godep support
* Added addtional install step in readme
* Fix travis build error
2017-05-26 13:07:22 +02:00
..
.codeclimate.yml Add Godep support (#758) 2017-05-26 13:07:22 +02:00
.gitignore Add Godep support (#758) 2017-05-26 13:07:22 +02:00
association.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_create.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_delete.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_query.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_query_preload.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_row_query.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_save.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
callback_update.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
dialect.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
dialect_common.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
dialect_mysql.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
dialect_postgres.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
dialect_sqlite3.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
errors.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
field.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
interface.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
join_table_handler.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
License Add Godep support (#758) 2017-05-26 13:07:22 +02:00
logger.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
main.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
model.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
model_struct.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
README.md Add Godep support (#758) 2017-05-26 13:07:22 +02:00
scope.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
search.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
test_all.sh Add Godep support (#758) 2017-05-26 13:07:22 +02:00
utils.go Add Godep support (#758) 2017-05-26 13:07:22 +02:00
wercker.yml Add Godep support (#758) 2017-05-26 13:07:22 +02:00

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.