Skip to main content
Module

x/darango/cursor.ts>ArangoCursor#collect

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

Collect all of the results sets and return them as a single array.

Returns

Promise<T[]>

All of the results sets from this query flattened into a 1D array.