Skip to main content
Module

x/darango/arango.ts>Arango#collection

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

Get an existing collection by name.

Parameters

name: string

The name of the collection to get.

Returns

Promise<Collection<T>>

A Collection instance.