Hi all, https://npmjs.org/package/mysql2 - fast, node-mysql compatible mysql library.
Protocol implementation is written from scratch, some functionality reused from node-mysql (pool, constants) Tested with node 0.6+, implemented in JavaScript, does not require mysql runtime. Additional features: - SSL and compression support, - prepared statements - server-side protocol. Example of mysql->mysql proxy - https://gist.github.com/sidorares/5609893 - speed. On my box I get 2M rows per second compared to 400k rows/sec with node-mysql and 800k rows/sec with mariasql drivers. https://github.com/sidorares/node-mysql2 It's still work in progress, feel free to report bugs/benchmarks/node-mysql incompatible behaviour. Regards, Andrey -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
