hapi-mysql
JSON →A simple Hapi.js plugin that provides a MySQL database connection pool using the mysql npm package. Current stable version is 1.0.16, with low release cadence (last update 2016). It exposes a connection pool via server.plugins['hapi-mysql'].pool, allowing query execution through the mysql driver's pool API. Key differentiator: minimalistic plugin that does not abstract MySQL queries; it simply integrates mysql connection pooling into Hapi's plugin system. Alternative modern approach: use @hapi/hapi with @hapi/glue and a dedicated mysql or sequelize plugin.