Skip to main content
Module

x/sqlite3/mod.ts>Database#close

Fastest & correct JavaScript 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.6.1/mod.ts";

Closes the database connection.

Calling this method more than once is no-op.