Skip to main content
Module

x/textdb/mod.ts>JsonDB#find

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

get single data by id

Parameters

id: string

to find

Returns

Promise<JsonDBSchema<T> | undefined>

got data