1
- #node-mysql2
1
+ # Node MySQL 2
2
2
3
3
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
4
4
[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
5
5
[ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
6
6
[ ![ Linux Build] [ travis-image ]] [ travis-url ]
7
7
[ ![ Windows Build] [ appveyor-image ]] [ appveyor-url ]
8
- [ ![ License] [ license-link ]] [ license-url ]
8
+ [ ![ License] [ license-image ]] [ license-url ]
9
9
10
10
MySql client for node.js. Written in native JavaScript and aims to be mostly api compatible with [ node-mysql] ( https://github.com/felixge/node-mysql )
11
11
@@ -28,7 +28,7 @@ Please check [documentation](https://github.com/sidorares/node-mysql2/tree/maste
28
28
29
29
## Acknowledgements
30
30
31
- - Internal protocol is written by @sidorares [ MySQL-native ] ( https://github.com/sidorares/nodejs-mysql-native )
31
+ - Internal protocol is written by @sidorares [ MySQL-Native ] ( https://github.com/sidorares/nodejs-mysql-native )
32
32
- Constants, SQL parameters interpolation, Pooling, ` ConnectionConfig ` class taken from [ node-mysql] ( https://github.com/felixge/node-mysql )
33
33
- SSL upgrade code based on @TooTallNate [ code] ( https://gist.github.com/TooTallNate/848444 )
34
34
- Secure connection / compressed connection api flags compatible to [ MariaSQL] ( https://github.com/mscdex/node-mariasql/ ) client.
@@ -49,5 +49,5 @@ Want to improve something in `node-mysql2`. Please check [Contributing.md](https
49
49
[ appveyor-url ] : https://ci.appveyor.com/project/sidorares/node-mysql2
50
50
[ downloads-image ] : https://img.shields.io/npm/dm/mysql2.svg
51
51
[ downloads-url ] : https://npmjs.org/package/mysql2
52
- [ license-link ] : https://github.com/sidorares/node-mysql2/blob/master/License
52
+ [ license-url ] : https://github.com/sidorares/node-mysql2/blob/master/License
53
53
[ license-image ] : https://img.shields.io/npm/l/mysql2.svg?maxAge=2592000
0 commit comments