node-mysql-libmysqlclient
node-mysql-libmysqlclient copied to clipboard
Option to disable MySQL to JS types conversion
Add option for res.fetch*() methods that disables MySQL to JavaScript types conversions.
Also this was suggested and discussed in #110.
Also a good alternative: felixge/node-mysql#259. I need to write a benchmark to decide.
If you disable type casting in node-mysql you must cast everything manually