Update 05.2.md
typo of package name
This commit is contained in:
@@ -13,7 +13,7 @@ There are a couple of drivers that support MySQL in Go. Some of them implement t
|
|||||||
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:
|
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:
|
||||||
|
|
||||||
- It's a new database driver and supports more features.
|
- It's a new database driver and supports more features.
|
||||||
- Fully supports `databse/sql` interface standards.
|
- Fully supports `database/sql` interface standards.
|
||||||
- Supports keepalive, long connections with thread-safety.
|
- Supports keepalive, long connections with thread-safety.
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|||||||
Reference in New Issue
Block a user