memgraph/tools/tests/client/output_multiple_queries_per_line.txt
Marko Culinovic 2bd0822155 Implement console client for memgraph
Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek, mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1616
2018-10-02 13:18:54 +02:00

19 lines
322 B
Plaintext

mg-client
Connected to 'memgraph://127.0.0.1:7687'
memgraph> CREATE (n:Node) RETURN n; CREATE (n:Vertex) RETURN n; MATCH (n:Vertex) RETURN n;
+-------+
|n |
+-------+
|(:Node)|
+-------+
+---------+
|n |
+---------+
|(:Vertex)|
+---------+
+---------+
|n |
+---------+
|(:Vertex)|
+---------+
memgraph>