Benchmarks for Node.js MySQL bindings, version 0.2.1. This package compares performance of different MySQL client libraries on old Node.js 0.6.x. Abandoned since 2012. Not suitable for modern Node.js versions.
npm install mysql-bindings-benchmarksNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs the MySQL bindings benchmarks using CommonJS require.
Do not use; consider alternatives like mysql2 benchmark scripts.
Use require() instead of import.
Avoid using in production or security-sensitive contexts.
npm install mysql-bindings-benchmarks (but only works on Node 0.6.x)
Use const benchmarks = require('mysql-bindings-benchmarks'); then call benchmarks.suite.run();No dependency data recorded yet.