Skip to main content
Module

x/denodb/deps.ts>SQLiteClient#close

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method SQLiteClient.prototype.close
import { SQLiteClient } from "https://deno.land/x/denodb@v1.4.0/deps.ts";

Close the database. This must be called if the database is no longer used to avoid leaking open file descriptors.

If called with force = true, any non-finalized PreparedQuery objects will be finalized. Otherwise, this throws if there are active queries.

close may safely be called multiple times.

Parameters

optional
force = [UNSUPPORTED]