Now it's possible to CREATE OR REPLACE PROPERTY GRAPH, avoiding the need to first drop the property graph and then create it again in case it already exists. Using only CREATE with a name equal to an already existing property graph will still result in an error.
Fixes #19
Now it's possible to
CREATE OR REPLACE PROPERTY GRAPH
, avoiding the need to first drop the property graph and then create it again in case it already exists. Using onlyCREATE
with a name equal to an already existing property graph will still result in an error.