From 5fbc6789afa3481d00cb202d12830bf566aa92fc Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 11 Sep 2013 17:28:27 +0800 Subject: [PATCH] improved QuickStart.md --- QuickStart.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QuickStart.md b/QuickStart.md index d7d80e10..00d24625 100644 --- a/QuickStart.md +++ b/QuickStart.md @@ -59,7 +59,7 @@ xorm当前支持四种驱动如下: * SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -* Postgres: [github.com/bylevel/pg](https://github.com/bylevel/pq) +* Postgres: [github.com/bylevel/pq](https://github.com/bylevel/pq) NewEngine传入的参数和`sql.Open`传入的参数完全相同,因此,使用哪个驱动前,请查看此驱动中关于传入参数的说明文档。 diff --git a/README_CN.md b/README_CN.md index e6b3650f..4cc8eac3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -19,7 +19,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -* Postgres: [github.com/bylevel/pg](https://github.com/bylevel/pq) +* Postgres: [github.com/bylevel/pq](https://github.com/bylevel/pq) ## 更新日志