mariasql 0.1.0 has just been released. Get it now from npm: `npm install mariasql`.
Highlights: * Bundled libmariadbclient/libmysqlclient -- no more third party dependencies required! * Multiple statements (and stored procedures) support: "SELECT * FROM foo; SELECT * FROM bar; SELECT * FROM baz" * SSL support * Compression support * Connect timeout and password hashing (MySQL 4.1.1+) connection options On a related note I have added a couple more sets of benchmarks to the list here: http://mscdex.github.com/node-mysql-benchmarks/ The 9/5/2012 benchmarks merely include updated driver/module versions from npm. The 9/6/2012 benchmarks include the results of using value arrays instead of objects for rows (for drivers/modules that support this feature) when making SELECT queries. -- 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
