cypher-shell
all
Open an interactive session and run Cypher queries against a Neo4j instance. See also: `neo4j-admin`, `mysql`.
More info →Examples (7)
Connect to a local instance on the default port (`neo4j://localhost:7687`)
Connect to a remote instance
cypher-shell --address neo4j://host:portConnect and supply security credentials
cypher-shell --username username --password passwordConnect to a specific database
cypher-shell --database database_nameExecute Cypher statements in a file and close
cypher-shell --file path/to/file.cypherEnable logging to a file
cypher-shell --log path/to/file.logDisplay help
cypher-shell --helpmade by @shridhargupta | data from tldr-pages