add build status badget

This commit is contained in:
Lunny Xiao 2013-06-08 12:47:28 +08:00
parent b13c4bbe41
commit 0d7fdfb5bf
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,9 @@ xorm is a simple and powerful ORM for Go. It makes dabatabse operating simple.
It's not entirely ready for product use yet, but it's getting there.
[![Build Status](https://drone.io/github.com/lunny/xorm/status.png)](https://drone.io/github.com/lunny/xorm/latest)
## Drivers Support
Drivers for Go's sql package which currently support database/sql includes:

View File

@ -6,6 +6,8 @@ xorm是一个Go语言的ORM库. 通过它可以使数据库操作非常简便。
目前没有正式的项目来使用此库,如果有,我们将会把它列出来。
[![Build Status](https://drone.io/github.com/lunny/xorm/status.png)](https://drone.io/github.com/lunny/xorm/latest)
## 驱动支持
目前支持的Go数据库驱动如下