1
0
Fork 0
arangodb/Documentation/Books/Manual/Appendix/Deprecated/SimpleQueries
sleto-it 60bc6a948c
Doc - Dangling interbook checker [New] (#5735)
2018-06-30 13:23:02 +02:00
..
FulltextQueries.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
GeoQueries.md Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
ModificationQueries.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Pagination.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00

README.md

Simple Queries

{% hint 'warning' %} It is recommended to use AQL instead. {% endhint %}

Simple queries can be used if the query condition is straight forward, i.e., a document reference, all documents, a query-by-example, or a simple geo query. In a simple query you can specify exactly one collection and one query criteria. In the following sections we describe the JavaScript shell interface for simple queries, which you can use within the ArangoDB shell and within actions and transactions. For other languages see the corresponding language API documentation.

You can find a list of queries at Collection Methods.