mirror of https://github.com/EasyDarwin/EasyDarwin
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.
penggy
395fd53106
|
6 years ago | |
---|---|---|
.. | ||
dialects/sqlite | 6 years ago | |
License | 6 years ago | |
README.md | 6 years ago | |
association.go | 6 years ago | |
callback.go | 6 years ago | |
callback_create.go | 6 years ago | |
callback_delete.go | 6 years ago | |
callback_query.go | 6 years ago | |
callback_query_preload.go | 6 years ago | |
callback_row_query.go | 6 years ago | |
callback_save.go | 6 years ago | |
callback_update.go | 6 years ago | |
dialect.go | 6 years ago | |
dialect_common.go | 6 years ago | |
dialect_mysql.go | 6 years ago | |
dialect_postgres.go | 6 years ago | |
dialect_sqlite3.go | 6 years ago | |
docker-compose.yml | 6 years ago | |
errors.go | 6 years ago | |
field.go | 6 years ago | |
interface.go | 6 years ago | |
join_table_handler.go | 6 years ago | |
logger.go | 6 years ago | |
main.go | 6 years ago | |
model.go | 6 years ago | |
model_struct.go | 6 years ago | |
scope.go | 6 years ago | |
search.go | 6 years ago | |
test_all.sh | 6 years ago | |
utils.go | 6 years ago | |
wercker.yml | 6 years ago |
README.md
GORM
The fantastic ORM library for Golang, aims to be developer friendly.
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
- GORM Guides http://gorm.io
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