Skip to main content
Module

x/sqlite/browser/mod.ts>read

Deno SQLite module
Go to Latest
function read
import { read } from "https://deno.land/x/sqlite@v3.7.2/browser/mod.ts";

Read the data currently stored for a given file. This can be used to export a database which has been created or modified.

Parameters

file: string

Returns

Promise<Uint8Array | null>