Module index

import arangojs, { aql, Database } from "arangojs";

The "index" module is the default entry point when importing the arangojs module or using the web build in the browser.

If you are just getting started, you probably want to use the arangojs function, which is also the default export of this module, or the Database class for which it is a wrapper.

References

Functions

References

Re-exports Database
Re-exports aql
Renames and re-exports arangojs

Generated using TypeDoc