1
0
Fork 0
arangodb/Documentation/Books/Drivers/JS
maxkernbach d0aeff6db3 Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
..
GettingStarted Doc - New pages: "Starter Architecture" & "Securing Starter Deployments" + Sync from external repos (#5666) 2018-06-28 17:14:56 +02:00
Reference Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
README.md Doc - improve Java Driver doc + fetch external repos (#5642) 2018-06-20 18:59:38 +02:00

README.md

ArangoDB JavaScript Driver

The official ArangoDB low-level JavaScript client.

Note: if you are looking for the ArangoDB JavaScript API in Foxx (or the arangosh interactive shell) please refer to the documentation about 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.