Update beedb

This commit is contained in:
vCaesar
2016-12-18 17:51:04 +08:00
parent da7a0b70f4
commit 3ac667de1c
2 changed files with 12 additions and 13 deletions

View File

@@ -9,14 +9,14 @@ 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](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](github.com/bmizerany/pq)
PostgreSQL: [github.com/bmizerany/pq](github.com/lib/pq)
SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3)
Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb)
ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc)