mysql-engine is a lightweight MySQL RPC proxy library for Node.js that wraps MySQL connections into a remote procedure call interface. Version 0.0.7 is an early alpha release with no stable release cadence. It differentiates by allowing remote execution of MySQL commands via a proxied connection, unlike direct MySQL clients. Currently pre-1.0 and likely unstable.
npm install mysql-engineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This shows how to create an RPC proxy to a MySQL server and execute a simple query.
Pin exact version and test on upgrade.
Use a standard MySQL client like mysql2 if you need direct MySQL protocol access.
Use async/await with promise-based API if available.
Run 'npm install mysql-engine' or add to package.json.
Use correct import: import mysqlEngine from 'mysql-engine' and check package exports.
Ensure MySQL server is running and host/port are correct.
No dependency data recorded yet.