1
0
Fork 0
arangodb/Documentation/Books/Users/Collections
Michael Hackstein fa38738ea5 Fixed merge conflict for generated files 2014-06-04 18:00:58 +02:00
..
CollectionAddress.mdpp merged for revert 2014-06-04 17:19:34 +02:00
CollectionMethods.mdpp merged for revert 2014-06-04 17:19:34 +02:00
DatabaseMethods.mdpp merged for revert 2014-06-04 17:19:34 +02:00
README.mdpp the new documentation 2014-06-02 13:44:09 +02:00

README.mdpp

!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".
-->