MySQL driver for the bool.js MVC framework (version 0.1.1, last released in 2015). It integrates the `mysql` npm package as a data connector for bool.js applications, allowing MySQL databases to be used with the framework's namespaced project structure. This package requires booljs-api 0.3.x as a peer dependency. It is in maintenance mode with no updates expected, and may not work with modern Node.js versions or bool.js major releases.
npm install booljs-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to require and instantiate the MySQL driver with connection configuration.
Use an alternative driver or manually upgrade the underlying mysql dependency.
Ensure booljs-api 0.3.x is installed as a peer dependency.
Run: npm install booljs-api@0.3.x
Ensure you require the module and access Driver correctly: const { Driver } = require('booljs-mysql');