mysql-server
JSON →A Node.js package that provides an isolated, portable MySQL server (or MariaDB) for development and testing. It bundles MySQL binaries and automatically manages starting and stopping a local instance without requiring a separate MySQL installation. The current version is 1.0.5, but the project appears to be minimally maintained with limited configuration options (port, credentials, etc.) and no active release cadence. Key differentiators: standalone execution without a system MySQL install; synchronous start (blocks the process). Consider alternatives like 'mysql2' or 'mysqld' for more robust development database solutions.
Resources
packagemysql-server ↗