File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ You need to check corresponding field's zeroFill flag and convert to string manu
41
41
- [ Wire protocol documentation] ( http://dev.mysql.com/doc/internals/en/client-server-protocol.html )
42
42
- [ node-mysql] ( https://github.com/mysqljs/mysql ) - Most popular node.js mysql client library
43
43
- [ node-mariasql] ( https://github.com/mscdex/node-mariasql/ ) - Bindings to libmariasql. One of the fastest clients
44
- - [ node-libmysqlclident ] ( https://github.com/Sannis/node-mysql-libmysqlclient ) - Bindings to libmysqlclient
44
+ - [ node-libmysqlclient ] ( https://github.com/Sannis/node-mysql-libmysqlclient ) - Bindings to libmysqlclient
45
45
- [ go-mysql] ( https://github.com/siddontang/go-mysql ) - MySQL Go client (prepared statements, binlog protocol, server)
46
46
47
47
## Benchmarks
You can’t perform that action at this time.
0 commit comments