Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MySQLConnectionManager

A ConnectionManager class specialized for MySQL.

Hierarchy

Index

Methods

connect

end

  • end(): Promise<void>

getConnection

  • getConnection(): Promise<PoolConnection>

getConnectionState

getPool

  • getPool(): Pool

release

  • release(conn: PoolConnection): void

Generated using TypeDoc