add build status badget
This commit is contained in:
parent
b13c4bbe41
commit
0d7fdfb5bf
|
@ -4,7 +4,10 @@
|
|||
|
||||
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.
|
||||
It's not entirely ready for product use yet, but it's getting there.
|
||||
|
||||
[](https://drone.io/github.com/lunny/xorm/latest)
|
||||
|
||||
|
||||
## Drivers Support
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ xorm是一个Go语言的ORM库. 通过它可以使数据库操作非常简便。
|
|||
|
||||
目前没有正式的项目来使用此库,如果有,我们将会把它列出来。
|
||||
|
||||
[](https://drone.io/github.com/lunny/xorm/latest)
|
||||
|
||||
## 驱动支持
|
||||
|
||||
目前支持的Go数据库驱动如下:
|
||||
|
|
Loading…
Reference in New Issue