MySQL agent service for the engined framework, based on node-mysql2. Current version is 0.0.6 (pre-1.0.0). The package provides a simple way to integrate MySQL database access into engined service-oriented applications. Key differentiators: wraps mysql2 with engined's agent/context pattern, supports named agents, and uses promise-based queries. Active development appears slow, last release likely 2017.
npm install engined-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an engined manager, adds a MySQL agent with custom name and connection URI, then starts all services.
Always specify agentName explicitly to avoid confusion.
Consider using a more up-to-date MySQL library.
Use a type declaration file or @types package if needed.
Run npm install engined-mysql
Check your MySQL connection URI.
Remove new and call MySQLService({...}) directly.