Skip to main content
Module

x/darango/arango.ts>Arango#createCollection

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

Parameters

name: string

The name of the collection.

optional
edge: boolean

Optional. Make this an edge collection.

Returns

Promise<Collection<T>>

The new collection as a Collection instance.