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

x/cookie_driver/mod.ts>CookieDB#get

A fast and correct cookiedb driver for deno
Go to Latest
method CookieDB.prototype.get
import { CookieDB } from "https://deno.land/x/cookie_driver@0.1.0/mod.ts";

Get a document from table by key. Optionally can join documents by foreign keys

Examples

Example 1

await cookieDB.get('users', 'b94a8779-f737-466b-ac40-4dfb130f0eee')

Parameters

table: string
key: string
optional
expandKeys: boolean