Skip to main content
Module

x/darango/collection.ts>Collection#get

An ArangoDB driver for Deno.
Go to Latest
method Collection.prototype.get
import { Collection } from "https://deno.land/x/darango@0.0.4/collection.ts";

Get a document directly by its key

Parameters

key: string

The document key

Returns

Promise<Document<T>>

The document specified by the key.