mysql-server-5.7-lin-x64
JSON →Provides a self-contained MySQL Server 5.7 binary for Debian Linux (x86_64) that can be spawned as a child process from Node.js applications, primarily for testing or local development environments. Version 1.0.0 is the latest stable release. This package is designed to run inside Docker images based on `FROM node:10` (Debian 9) and avoids the need to install MySQL separately. Key differentiator: it bundles the MySQL server binary and provides a convenient JavaScript API to start/stop an instance with custom configuration, but only one instance may be spawned per process. Note that the package is a fork of an older OS X version and has not been updated since 2018, so it may have compatibility issues with newer Node.js versions or operating systems.