diff --git a/Design.md b/Design.md index 9e6d3b6..0400d5d 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) or [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) or [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/lib/pq](https://github.com/lib/pq) ## Directory Structure