{"library":"node-mysql-admin","type":"library","category":null,"description":"Node MySQL Admin provides a web-based MySQL database management interface (similar to phpMyAdmin) for Express and Koa applications. Version 0.1.8 is the latest but appears to be in maintenance mode with no recent updates. It requires a MySQL server and does not support Windows. Unlike more modern solutions (e.g., Adminer or phpMyAdmin), this package is tightly coupled to Express middleware and requires passing the app instance. The project has low adoption and may have security concerns due to direct database access and lack of authentication middleware. Not recommended for production.","language":"javascript","status":"maintenance","version":"0.1.8","tags":["javascript","express","koa","mysql","middleware","admin","mysql admin","myAdmin","databases"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install node-mysql-admin","imports":["const mysqlAdmin = require('node-mysql-admin');","app.use(mysqlAdmin(app));","const expressApp = express(); expressApp.use(mysqlAdmin(expressApp)); app.use(function(ctx, next) { /* manual routing */ });"]},{"cmd":"yarn add node-mysql-admin","imports":[]},{"cmd":"pnpm add node-mysql-admin","imports":[]}],"homepage":"https://github.com/stanzhai/node-mysql-admin#readme","github":"https://github.com/stanzhai/node-mysql-admin","docs":null,"changelog":null,"pypi":null,"npm":"node-mysql-admin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}