From 31ed76b93873c6764e9ad8d5e1a6d405db3c4f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Sat, 15 Mar 2014 08:10:28 -0700 Subject: [PATCH] Updated Design (markdown) --- Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.md b/Design.md index 688e7dd..9e6d3b6 100644 --- a/Design.md +++ b/Design.md @@ -3,7 +3,7 @@ - Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini) - UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/) - ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm) -- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) + [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) + [github.com/lib/pq](https://github.com/lib/pq) +- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) or [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) or [github.com/lib/pq](https://github.com/lib/pq) ## Directory Structure