Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 408 Bytes

cyphertool

Simple utility for doing useful things with cypher statements

Installation

Once you have Installed Go, use:

go get github.com/utilitywarehouse/cyphertool

Help

cyphertool --help

Example usage

echo 'CREATE (ee:Person { name: "Emil", from: "Sweden", klout: 99 })' | cyphertool run

Multiple statements can be separated by ;