Mysql flow plugin for clientlinker, version 6.1.4. It provides a MySQL database integration for the clientlinker framework, allowing clients to execute SQL queries via predefined handlers. Released as needed, this package is part of the clientlinker ecosystem and focuses on MySQL-specific flow handling. It differentiates by offering a configuration-driven approach to SQL execution with support for sub-keys and inline SQL.
npm install clientlinker-flow-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure and use a MySQL client flow within clientlinker, including loading the flow and executing SQL handlers.
Ensure the configuration file exists and the key matches an entry in the file.
Ensure the keys array length matches the number of ? placeholders in the sql string.
Use the subKeys object with array values for column mapping.
Install the package: npm install clientlinker-flow-mysql
Ensure you create a clientlinker instance with valid options and then call loadFlow on that instance.