From cd2d541ed70effb7227697c045b6b80c194bf0ea Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 31 Dec 2013 14:33:02 +0800 Subject: [PATCH] improved docs --- README.md | 3 +++ README_CN.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a159332..85a50f95 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ 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/lunny/godbc](https://github.com/lunny/godbc) # Changelog @@ -86,6 +87,8 @@ Please visit [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xor # Contributors +If you want to pull request, please see [CONTRIBUTING](https://github.com/lunny/xorm/blob/master/CONTRIBUTING.md) + * [Lunny](https://github.com/lunny) * [Nashtsai](https://github.com/nashtsai) diff --git a/README_CN.md b/README_CN.md index 4268e8b0..b8555a8f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -28,7 +28,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 ## 驱动支持 -目前支持的Go数据库驱动如下: +目前支持的Go数据库驱动和对应的数据库如下: * Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) @@ -38,7 +38,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * Postgres: [github.com/lib/pq](https://github.com/lib/pq) -* Postgres: [github.com/bylevel/pq](https://github.com/bylevel/pq) +* MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) ## 更新日志 * **v0.2.3** : 改善了文档;提供了乐观锁支持;添加了带时区时间字段支持;Mapper现在分成表名Mapper和字段名Mapper,同时实现了表或字段的自定义前缀后缀;Insert方法的返回值含义从id, err更改为 affected, err,请大家注意;添加了UseBool 和 Distinct函数。 @@ -87,6 +87,8 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 # 贡献者 +如果您也想为Xorm贡献您的力量,请查看 [CONTRIBUTING](https://github.com/lunny/xorm/blob/master/CONTRIBUTING.md) + * [Lunny](https://github.com/lunny) * [Nashtsai](https://github.com/nashtsai)