interface MySQLConnector
extends DBConnector

MySQL database connector.

Methods

end(): Promise<void>

Closes the connection pool.

Usage

import { type MySQLConnector } from ".";