Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
method Client.prototype.useConnection
import { Client } from "https://deno.land/x/mysql@v2.11.0/src/client.ts";

Parameters

fn: (conn: Connection) => Promise<T>