1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-17 01:12:19 +00:00

Orm: Add tidb for query builder

This commit is contained in:
ngaut
2015-09-11 11:24:58 +08:00
parent c73e0395ed
commit c841a77ad6
3 changed files with 7 additions and 4 deletions

View File

@@ -397,7 +397,7 @@ go test -v github.com/astaxie/beego/orm
#### TiDB
export ORM_DRIVER=tidb
export ORM_SOURCE='memory://test'
export ORM_SOURCE='memory://test/test'
go test -v github.com/astaxie/beego/orm
`)