Update README

This commit is contained in:
Jinzhu 2016-03-07 21:18:48 +08:00
parent 88184a989e
commit 89e8d4f5e1
1 changed files with 9 additions and 10 deletions

View File

@ -2,33 +2,32 @@
The fantastic ORM library for Golang, aims to be developer friendly. The fantastic ORM library for Golang, aims to be developer friendly.
[![Join the chat at https://gitter.im/jinzhu/gorm](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jinzhu/gorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![wercker status](https://app.wercker.com/status/0cb7bb1039e21b74f8274941428e0921/s/master "wercker status")](https://app.wercker.com/project/bykey/0cb7bb1039e21b74f8274941428e0921) [![wercker status](https://app.wercker.com/status/0cb7bb1039e21b74f8274941428e0921/s/master "wercker status")](https://app.wercker.com/project/bykey/0cb7bb1039e21b74f8274941428e0921)
[![GoDoc](https://godoc.org/github.com/jinzhu/gorm?status.svg)](https://godoc.org/github.com/jinzhu/gorm) [![GoDoc](https://godoc.org/github.com/jinzhu/gorm?status.svg)](https://godoc.org/github.com/jinzhu/gorm)
[![Join the chat at https://gitter.im/jinzhu/gorm](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jinzhu/gorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Overview ## Overview
* Full-Featured ORM (almost) * Full-Featured ORM (almost)
* Chainable API * Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
* Auto Migrations
* Relations (Has One, Has Many, Belongs To, Many To Many, [Polymorphism](#polymorphism))
* Callbacks (Before/After Create/Save/Update/Delete/Find) * Callbacks (Before/After Create/Save/Update/Delete/Find)
* Preloading (eager loading) * Preloading (eager loading)
* Transactions * Transactions
* Embed Anonymous Struct * Composite Primary Key
* Soft Deletes * SQL Builder
* Customizable Logger * Auto Migrations
* Iteration Support via [Rows](#row--rows) * Logger
* Extendable, write Plugins based on GORM callbacks
* Every feature comes with tests * Every feature comes with tests
* Developer Friendly * Developer Friendly
## Getting Started ## Getting Started
* GORM Guides [jinzhu.github.com/gorm](https://jinzhu.github.com/gorm) * GORM Guides [jinzhu.github.com/gorm](https://jinzhu.github.io/gorm)
## Upgrading To V1.0 ## Upgrading To V1.0
* [CHANGELOG]() * [CHANGELOG](https://jinzhu.github.io/gorm/changelog.html)
# Author # Author