NOTE: This fork is used to replace db-mysql for the development version of the daemon server.
MySql client for node.js. Written in native JavaScript and aims to be mostly api compatible with node-mysql
- Fast
- Prepared Statements
- Promise Wrapper
- Authentication Switch
- MySQL Server (API and Mocks)
- Pooling
- SSL
- MySQL Compression
- Binary Log Protocol Client
Please check documentation to get started.
- Internal protocol is written by @sidorares MySQL-Native
- Constants, SQL parameters interpolation, Pooling,
ConnectionConfig
class taken from node-mysql - SSL upgrade code based on @TooTallNate code
- Secure connection / compressed connection api flags compatible to MariaSQL client.
- Contributors
Want to improve something in node-mysql2
. Please check Contributing.md for detailed instruction on how to get started.