From 276fc097cbd031c610aab2195eec7b4d771fb9fd Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 1 Apr 2015 21:53:17 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ README_CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index fbc726a6..3c69a35b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Drivers for Go's sql package which currently support database/sql includes: * MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) +* Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (experiment) + # Changelog * **v0.4.3** diff --git a/README_CN.md b/README_CN.md index b0ec9b45..07a26284 100644 --- a/README_CN.md +++ b/README_CN.md @@ -42,6 +42,8 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) +* Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (试验性支持) + ## 更新日志 * **v0.4.3**