https://github.com/utilitywarehouse/cyphertool
Simple utility for doing useful things with cypher statements
https://github.com/utilitywarehouse/cyphertool
cypher-query-language neo4j neo4j-database
Last synced: 4 months ago
JSON representation
Simple utility for doing useful things with cypher statements
- Host: GitHub
- URL: https://github.com/utilitywarehouse/cyphertool
- Owner: utilitywarehouse
- License: lgpl-3.0
- Created: 2017-03-22T14:06:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T18:40:48.000Z (over 7 years ago)
- Last Synced: 2024-12-27T07:15:22.771Z (6 months ago)
- Topics: cypher-query-language, neo4j, neo4j-database
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cyphertool
Simple utility for doing useful things with cypher statements## Installation
Once you have [Installed Go](https://golang.org/doc/install), 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 `;`