Skip to main content
Module

x/darango/mod.ts

An ArangoDB driver for Deno.
Latest
import * as darango from "https://deno.land/x/darango@0.1.6/mod.ts";

Classes

The ArangoDB client.

A Cursor object capable of executing a query and returning the results sets.

An object representing a collection on the ArangoDB server.

Edge document class.

Edge Collection class.

Represents an ArangoDB Graph.

Interfaces

A Cursor object from the server.

Options for a Cursor.

Define Document methods.

Type Aliases

Join DocumentData and DocumentBase

Document Data and ID fields.