-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from mysql
to mysql2
#434
Comments
Hi @8secz-johndpope, there is no particular reason. The connector was created before From what I remember, dealing with types like Date, Time and DateTime can be tricky, especially regarding the timezones. Does Our main issue with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
mysql
to mysql2
Fixed with #484 |
https://www.npmjs.com/package/mysql2
seems like mysql2 has a bump in performance.
MySQL client for Node.js with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression, ssl
The text was updated successfully, but these errors were encountered: