Creates a new Database
instance with its own connection pool.
This is a wrapper function for the Database.constructor.
An object with configuration options.
Creates a new Database
instance with its own connection pool.
This is a wrapper function for the Database.constructor.
Base URL of the ArangoDB server or list of server URLs.
Equivalent to the url
option in Config.
Generated using TypeDoc
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.