Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

cycli 0.3.0

Compare
Choose a tag to compare
@nicolewhite nicolewhite released this 13 Sep 22:22
· 167 commits to master since this release

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.