Skip to main content
Module

x/sqlite3/src/database.ts>Database#close

The fastest and correct SQLite3 module for Deno runtime
Latest
method Database.prototype.close
import { Database } from "https://deno.land/x/sqlite3@0.12.0/src/database.ts";

Closes the database connection.

Calling this method more than once is no-op.