class Readerimport { Reader } from "https://deno.land/x/aloedb@0.9.0/lib/reader.ts"; Database storage file reader. Static Methodsread(path: string): Promise<string>Read database storage file. Creates a new file if its not exists. readSync(path: string): stringRead database storage file synchronously. Creates a new file if its not exists.