mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Add go-mysql package
parent
e78ea2147e
commit
20b4ba8b65
@ -25,8 +25,9 @@ Drivers for Go's sql package include:
|
||||
* **MS ADODB**: https://github.com/mattn/go-adodb
|
||||
* **MS SQL Server** (pure go): https://github.com/denisenkom/go-mssqldb
|
||||
* **MS SQL Server** (uses cgo): https://github.com/minus5/gofreetds
|
||||
* **MySQL**: https://github.com/ziutek/mymysql ` [*] `
|
||||
* **MySQL**: https://github.com/go-sql-driver/mysql/ ` [*] `
|
||||
* **MySQL**: https://github.com/siddontang/go-mysql/ ` [**] ` (also handles replication)
|
||||
* **MySQL**: https://github.com/ziutek/mymysql ` [*] `
|
||||
* **ODBC**: https://bitbucket.org/miquella/mgodbc (Last updated 2016-02)
|
||||
* **ODBC**: https://github.com/alexbrainman/odbc
|
||||
* **Oracle**: https://github.com/mattn/go-oci8
|
||||
|
Loading…
x
Reference in New Issue
Block a user