Skip to main content
Module

x/denodb/deps.ts>MySQLClient#useConnection

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method MySQLClient.prototype.useConnection
import { MySQLClient } from "https://deno.land/x/denodb@v1.4.0/deps.ts";

Parameters

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