1
0
Fork 0
arangodb/Documentation/Books/Users/Collections/README.mdpp

10 lines
354 B
Plaintext

!CHAPTER JavaScript Interface to Collections
This is an introduction to ArangoDB's interface for collections and how to handle
collections from the JavaScript shell _arangosh_. For other languages see the
corresponding language API.
The most import call is the call to create a new collection
<!--
, see @ref HandlingCollectionsCreate "db._create".
-->