From 917d7d0fcec83be39d8af035b513cf43436d7681 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 1 Jul 2014 15:38:05 +0800 Subject: [PATCH] add mssql driver support --- README.md | 4 ++++ README_CN.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 730f890a..8bea364f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,12 @@ Drivers for Go's sql package which currently support database/sql includes: * Postgres: [github.com/lib/pq](https://github.com/lib/pq) +* MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb) + * MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) + + # Changelog * **v0.4.0 RC1** diff --git a/README_CN.md b/README_CN.md index f3974aa3..79875a5e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -38,6 +38,8 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * Postgres: [github.com/lib/pq](https://github.com/lib/pq) +* MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb) + * MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) ## 更新日志