Module

x/nessie/deps.ts>MySQLClient#useConnection

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method MySQLClient.prototype.useConnection
import { MySQLClient } from "https://dotland.deno.dev/x/nessie@2.0.7/deps.ts";

Parameters

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