This repository has been archived by the owner on May 23, 2019. It is now read-only.
cycli 0.3.0
New Features
Schema Keywords
New keywords schema
, schema-labels
, schema-rels
, schema-indexes
, and schema-constraints
display schema information.
run-n
New keyword run-n
allows you to run a Cypher query n
times.
Read Only Mode
Starting cycli
with the -r
or --read-only
flag will start it in read-only mode. Any queries that make updates--queries that have the keywords CREATE
, MERGE
, SET
, DELETE
, REMOVE
, or DROP
--will not be run.