1
0
Fork 0
arangodb/Documentation/Books/Users/DataModeling/Documents
Max Neunhoeffer 2db8fc4174 Delete collection methods first() and last() in documentation. 2016-05-02 15:53:13 +02:00
..
DatabaseMethods.mdpp
DocumentAddress.mdpp Describe the document operations (collection methods) for 3.0. 2016-05-02 15:53:13 +02:00
DocumentMethods.mdpp Delete collection methods first() and last() in documentation. 2016-05-02 15:53:13 +02:00
README.mdpp Describe the document operations (collection methods) for 3.0. 2016-05-02 15:53:13 +02:00

README.mdpp

!CHAPTER Documents

This is an introduction to ArangoDB's interface for documents to and how
handle documents from the JavaScript shell *arangosh* or with JavaScript
code in the server. For other languages see the corresponding language
API.

We begin with a

  - [section on the basic approach](DocumentAddress.md)

before we proceed with

  - [the detailed API description for collection objects](DocumentMethods.md)

and then

  - [the detailed API description for database objects](DatabaseMethods.md)