A MySQL database connector for Plugdo Node.js framework (version 1.0.0). This package provides a simple integration layer allowing Plugdo applications to connect and interact with MySQL databases using Plugdo's connector architecture. It is designed specifically for the Plugdo ecosystem and has limited usage outside of that context. The package appears to be at an initial release with no clear update cadence or community adoption. Key differentiators: tightly coupled with Plugdo framework, minimal API surface.
npm install mysql-connector-plugdo-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers a MySQL connector with Plugdo framework and configures a data source with environment variables.
Ensure plugdo-node is installed: npm install plugdo-node
Use require('mysql-connector-plugdo-js/mysql') not require('mysql-connector-plugdo-js')Call myDatabaseConnector.mysql() with parentheses when registering.
Run npm install mysql-connector-plugdo-js
Use require('mysql-connector-plugdo-js/mysql') to get the object with mysql() method.Pass the function reference: plugdo.registerConnector('db', 'mysql', myDatabaseConnector.mysql) (without parentheses).No dependency data recorded yet.