Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aloedb/lib/reader.ts>Reader.read

Light, Embeddable, NoSQL database for Deno 🦕
Latest
method Reader.read
import { Reader } from "https://deno.land/x/aloedb@0.9.0/lib/reader.ts";

Read database storage file. Creates a new file if its not exists.

Parameters

path: string

Path to the file.

Returns

Promise<string>

File content.