Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sqlite/browser/mod.ts>read

Deno SQLite module
Go to Latest
function read
import { read } from "https://deno.land/x/sqlite@v3.4.1/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>