Update 05.2.md

Project has not been updated for 5 years, recommending it makes no sense anymore
This commit is contained in:
Tomas Roos
2015-09-01 14:22:32 +02:00
committed by James Miranda
parent 803f76311c
commit eb9cdbb421

View File

@@ -8,7 +8,6 @@ There are a couple of drivers that support MySQL in Go. Some of them implement t
- [https://github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) supports `database/sql`, written in pure Go.
- [https://github.com/ziutek/mymysql](https://github.com/ziutek/mymysql) supports `database/sql` and user defined interfaces, written in pure Go.
- [https://github.com/Philio/GoMySQL](https://github.com/Philio/GoMySQL) only supports user defined interfaces, written in pure Go.
I'll use the first driver in the following examples (I use this one in my personal projects too), and I also recommend that you use it for the following reasons: