Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/stowrage/deps.ts>DB#close

Stowre all the thing's you like
Latest
method DB.prototype.close
import { DB } from "https://deno.land/x/stowrage@v0.4.2/deps.ts";

DB.close

Close database handle. This must be called if DB is no longer used, to avoid leaking file resources.

If force is specified, any on-going transactions will be closed.

Parameters

optional
force: boolean = [UNSUPPORTED]