MySQL database bindings for Node.js providing a native client library. Version 0.7.6 (last released in 2011) is effectively abandoned; it depends on libmysqlclient and only supports old Node.js versions (>=0.4.1). Not recommended for new projects; use mysql2 or mysql instead.
npm install db-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows connecting to MySQL, executing a query, and handling results with a callback.
Migrate to mysql2 or mysql package.
Install build-essential, mysql-devel, or use a precompiled binary if available.
Use mysql2 which supports promises.
Run npm install db-mysql --build-from-source or switch to a pure JS driver.
Install libmysqlclient-dev (Linux) or use a newer driver that includes bundled client libraries.
No dependency data recorded yet.