1
0
Fork 0
arangodb/Documentation/Books/Drivers/js.md

22 lines
888 B
Markdown

---
layout: default
description: ArangoJS - the JavaScript driver to access ArangoDB from outside the database, primarily with Node.js
title: ArangoDB JavaScript Driver
---
# ArangoDB JavaScript Driver
The official ArangoDB low-level JavaScript client.
**Note:** if you are looking for the ArangoDB JavaScript API in
[Foxx](https://foxx.arangodb.com){:target="_blank"} (or the `arangosh` interactive shell) please
refer to the documentation about the
[`@arangodb` module](../foxx-reference-modules.html#the-arangodb-module)
instead; specifically the `db` object exported by the `@arangodb` module. The
JavaScript driver is **only** meant to be used when accessing ArangoDB from
**outside** the database.
- [Getting Started](js-getting-started.html)
- [Reference](js-reference.html)
- [Changelog](https://github.com/arangodb/arangojs/blob/master/CHANGELOG.md#readme){:target="_blank"}