Skip to main content
Module

x/sqlite3/mod.ts>Database#close

Fast, native bindings to SQLite3 C API, using Deno FFI.
Go to Latest
method Database.prototype.close
Re-export
import { Database } from "https://deno.land/x/sqlite3@0.4.4/mod.ts";

Closes the database connection.

Calling this method more than once is no-op.