Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
method ConnectionPool.prototype.close
import { ConnectionPool } from "https://deno.land/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.