Express MySQL Client is a fork of Node MySQL Admin providing a web-based MySQL management interface for Express and Koa applications, similar to phpMyAdmin. Current version 1.0.0 (last updated 2015) is in maintenance mode with no recent releases. It supports basic database operations (create, delete, browse tables/records), server monitoring (CPU, memory), and direct SQL queries. Key differentiators include optional IP-level access control and customizable URL prefix. Does not support Windows. Requires running MySQL server and Express middleware integration. Alternative modern tools include phpMyAdmin or Adminer.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is CommonJS-only and does not support ESM imports.
Must pass the Express app instance as argument. Failing to do so causes middleware to not work.
Sets up an Express server with the MySQL admin middleware at /myadmin endpoint.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.