1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling/Documents
Frank Celler a27fef1a5c added reference pages 2016-06-13 15:03:42 +02:00
..
DatabaseMethods.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
DocumentAddress.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
DocumentMethods.mdpp added reference pages 2016-06-13 15:03:42 +02:00
README.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00

README.mdpp

!CHAPTER Documents

This is an introduction to ArangoDB's interface for working with
documents from the JavaScript shell *arangosh* or in 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)