Reposition of multicommand transaction paragraph.
Summary: Multicommand transaction paragraph is below examples and above limitations. Reviewers: mferencevic, teon.banek Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D948
This commit is contained in:
parent
cfa21a2392
commit
9804550f91
@ -10,14 +10,6 @@ Memgraph supports the openCypher query language which has been developed by
|
||||
vendor-independent standardization process. It's a declarative language
|
||||
developed specifically for interaction with graph databases.
|
||||
|
||||
### Multiple-Query Transactions
|
||||
|
||||
Memgraph supports transactions containing multiple queries. In other words,
|
||||
one can set an explicit transaction start and stop. All of the queries inside
|
||||
will be executed as a single transaction. This means that if a single query
|
||||
execution fails, all of the executed queries will be reverted and the
|
||||
transaction aborted.
|
||||
|
||||
### Bolt
|
||||
|
||||
Clients connect to Memgraph using the
|
||||
@ -223,6 +215,14 @@ run_query("MATCH (n) DETACH DELETE n", function (result) {
|
||||
});
|
||||
```
|
||||
|
||||
### Multiple-Query Transactions
|
||||
|
||||
Memgraph supports transactions containing multiple queries. In other words,
|
||||
one can set an explicit transaction start and stop. All of the queries inside
|
||||
will be executed as a single transaction. This means that if a single query
|
||||
execution fails, all of the executed queries will be reverted and the
|
||||
transaction aborted.
|
||||
|
||||
### Limitations
|
||||
|
||||
Memgraph is currently in early stage, and has a number of limitations we plan
|
||||
|
Loading…
Reference in New Issue
Block a user