Merge branch 'master' of github.com:go-xorm/xorm

This commit is contained in:
Lunny Xiao 2014-09-11 23:00:18 +08:00
commit f4279502a7
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ xorm supports four drivers now:
* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)
* MyMysql: [github.com/ziutek/mymysql](https://github.com/ziutek/mymysql)
* SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)

View File

@ -68,7 +68,7 @@ xorm当前支持五种驱动四个数据库如下
* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL)
* MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)
* MyMysql: [github.com/ziutek/mymysql](https://github.com/ziutek/mymysql)
* SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)