Skip to main content
Module

x/sqlite3/mod.ts>Database#openBlob

Fastest & correct JavaScript bindings to SQLite3 C API, using Deno FFI.
Go to Latest
method Database.prototype.openBlob
Re-export
import { Database } from "https://deno.land/x/sqlite3@0.6.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.