import { DB } from "https://deno.land/x/sqlite@v3.8/src/db.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.