Skip to content

Commit

Permalink
SQLDrivers.md: update go-mysql location
Browse files Browse the repository at this point in the history
Change-Id: I5b332de590cd8f97bc321f7890f1d502e20a2a94
GitHub-Last-Rev: bb28d01
GitHub-Pull-Request: #37
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/642697
Reviewed-by: Ian Lance Taylor <[email protected]>
Commit-Queue: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
  • Loading branch information
dveeden authored and gopherbot committed Jan 16, 2025
1 parent 415ec52 commit 17df51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLDrivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Drivers for Go's sql package include:
* **MS SQL Server** (uses cgo): https://github.com/minus5/gofreetds
* **MaxCompute**: https://github.com/sql-machine-learning/gomaxcompute
* **MySQL**: https://github.com/go-sql-driver/mysql/ ` [*] `
* **MySQL**: https://github.com/siddontang/go-mysql/ ` [**] ` (also handles replication)
* **MySQL**: https://github.com/go-mysql-org/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
Expand Down

0 comments on commit 17df51b

Please sign in to comment.