Module

x/nessie/mod.ts>AbstractClient#close

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

Closes the db connection

Returns

Promise<void>