Very Popular
Latest
method ConnectionPool.prototype.close
import { ConnectionPool } from "https://dotland.deno.dev/x/mysql@v2.12.1/src/pool.ts";

Close the pool and all connections in the pool.

After closing, pop() will throw an error, push() will close the connection immediately.