mirror of https://gitee.com/bigwinds/arangodb
17 lines
792 B
Markdown
17 lines
792 B
Markdown
<!-- don't edit here, it's from https://@github.com/arangodb/arangojs.git / docs/Drivers/ -->
|
|
# 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) (or the `arangosh` interactive shell) please
|
|
refer to the documentation about the
|
|
[`@arangodb` module](../..//Manual/Foxx/Reference/Modules/index.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](GettingStarted/README.md)
|
|
- [Reference](Reference/README.md)
|
|
- [Changelog](https://github.com/arangodb/arangojs/blob/master/CHANGELOG.md#readme)
|