plexus-engine 0.3.6

Engine integration traits for consuming Plexus plans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Feature: openCypher-style readonly adaptation

Scenario: opencypher-style-any-order-no-side-effects
Given a fixture graph
When executing query:
"""
MATCH (n:Person) RETURN n.name AS name
"""
Then the result should be, in any order:
| Alice |
| Bob |
And no side effects