Skip to main content
Module

x/sqlite3/src/database.ts>Database#openBlob

The fastest and correct SQLite3 module for Deno runtime
Latest
method Database.prototype.openBlob
import { Database } from "https://deno.land/x/sqlite3@0.12.0/src/database.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.