Skip to main content
Module

x/sqlite3/mod.ts>Database#openBlob

The fastest and correct module for SQLite3 in Deno.
Latest
method Database.prototype.openBlob
import { Database } from "https://deno.land/x/sqlite3@0.11.1/mod.ts";

Open a Blob for incremental I/O.

Make sure to close the blob after you are done with it, otherwise you will have memory leaks.