diff --git a/de/05.5.md b/de/05.5.md index 87bdeca8..0a5fbf75 100644 --- a/de/05.5.md +++ b/de/05.5.md @@ -9,17 +9,17 @@ beedb is an open source project that supports basic ORM functionality, but doesn Because beedb supports `database/sql` interface standards, any driver that implements this interface can be used with beedb. I've tested the following drivers: -Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv) +Mysql: [github/go-mysql-driver/mysql](https://github.com/go-sql-driver/mysql) -Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver) +PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) -PostgreSQL: [github.com/bmizerany/pq](github.com/bmizerany/pq) +SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) -MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb) +MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) -ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc) +ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## Installation