diet-mysql
JSON →A plugin for the Diet.js web framework that provides a simplified wrapper around the popular node-mysql module. Version 2.0.0 requires Node >=5.7.0 and works with Diet.js to manage MySQL connections per request. It automatically opens a connection on each route and closes it when the response is sent. The main differentiation is tight integration with Diet.js's signal system, exposing $.mysql.query inside routes. It relies on the 'mysql' npm package and has minimal overhead (20kb). Note that this package is specific to the Diet.js framework and is not actively maintained (last update years ago).
Resources
packagediet-mysql ↗