Module

x/mysql/src/pool.ts>PoolConnection

MySQL driver for Deno
Extremely Popular
Latest
class PoolConnection
extends Connection
import { PoolConnection } from "https://dotland.deno.dev/x/mysql@v2.12.1/src/pool.ts";

Properties

private
_idle: boolean
private
optional
_idleTimer: number
optional
_pool: ConnectionPool

Methods

Should be called by the pool.

Should be called by the pool.

Remove the connection from the pool permanently, when the connection is not usable.