We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add option for res.fetch*() methods that disables MySQL to JavaScript types conversions.
The text was updated successfully, but these errors were encountered:
options
Also this was suggested and discussed in #110.
Sorry, something went wrong.
mysql
Also a good alternative: mysqljs/mysql#259. I need to write a benchmark to decide.
If you disable type casting in node-mysql you must cast everything manually
Sannis
No branches or pull requests
Add option for res.fetch*() methods that disables MySQL to JavaScript types conversions.
The text was updated successfully, but these errors were encountered: