1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling/Documents
Max Neunhoeffer f54c96062b Add HLC changes in _rev strings to release notes and manual. 2016-10-20 11:34:31 +02:00
..
DatabaseMethods.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
DocumentAddress.mdpp Add HLC changes in _rev strings to release notes and manual. 2016-10-20 11:34:31 +02:00
DocumentMethods.mdpp replaced require("internal").db by require("@arangodb").db 2016-07-22 16:22:23 +02:00
README.mdpp Documentation improvements 2016-07-11 19:21:00 +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.

- [Basics and Terminology](DocumentAddress.md): section on the basic approach
- [Collection Methods](DocumentMethods.md): detailed API description for collection objects
- [Database Methods](DatabaseMethods.md): detailed API description for database objects