memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

Update Clauses page #582

Open katarinasupe opened 2 months ago

katarinasupe commented 2 months ago

Note all that's missing (if any)

katarinasupe commented 2 months ago

Missing clauses: ORDER BY SKIP LIMIT DETACH DELETE

These are also Cypher queries, but not sure if they should be under Clauses or on each dedicated page, but I think it would be good if they're under Querying, as that's basically the Cypher manual. Multi-tenancy Cypher queries -> https://memgraph.com/docs/configuration/multi-tenancy#cypher-queries-for-multi-tenancy + USE DATABASE Configuration, transaction, listing and other commands Indexing queries (CREATE/SHOW/DROP) USING INDEX ANALYZE GRAPH Constraints queries Admin/auth queries Replication queries

(probably something else is missing)

katarinasupe commented 2 months ago

I removed this from Best practices for querying because I think it can be done on the docs side and that our help is not required here (@kgolubic).

katarinasupe commented 2 months ago

Not sure if all has to be documented under clauses, check https://s3.amazonaws.com/artifacts.opencypher.org/openCypher9.pdf