Update 05.2.md
Typographical errors and improved readability
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 5.2 MySQL
|
# 5.2 MySQL
|
||||||
|
|
||||||
The LAMP stack has been very popular on the internet in recent years, and the M in LAMP stand for MySQL. MySQL is famous because it's open source and easy to use. As such, it became the defacto database in the back-ends of many websites.
|
The LAMP stack has been very popular on the internet in recent years, and the M in LAMP stand for MySQL. MySQL is famous because it's open source and easy to use. As such, it has become the de-facto database in the back-ends of many websites.
|
||||||
|
|
||||||
## MySQL drivers
|
## MySQL drivers
|
||||||
|
|
||||||
@@ -12,8 +12,8 @@ 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 `database/sql` interface standards.
|
- It fully supports `database/sql` interface standards.
|
||||||
- Supports keepalive, long connections with thread-safety.
|
- Supports keep-alive, long connections with thread-safety.
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user