This module provides a connection utility for interacting with a MySQL database.
It uses the mysql2 package to create a connection pool and exports the pool for use in other modules.
- Source:
Members
(static, constant) pool :Pool
The connection pool that will be used to interact with the database.
Type:
- Pool
- Source: