Skip to main content
Module

x/textdb/mod.ts>TextDB#get

Use Textdb from Deno
Latest
method TextDB.prototype.get
import { TextDB } from "https://deno.land/x/textdb@0.1.2/mod.ts";

get data from TextDB it returns undefined when the connection failed

Returns

Promise<string | undefined>

got data