1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling/Documents
Michael Hackstein bc0d8e44bc Fixed a typo in the documentation. A code-snipped in a graph example was hidden by accident 2017-01-05 13:20:57 +01:00
..
DatabaseMethods.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
DocumentAddress.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
DocumentMethods.mdpp Fixed a typo in the documentation. A code-snipped in a graph example was hidden by accident 2017-01-05 13:20:57 +01:00
README.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00

README.mdpp

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