#neo4j #client #cli-client #cli #graph-database

bin+lib neo4j-cli

A CLI to interact with Neo4j graph database written in Rust

1 unstable release

0.1.0 Oct 22, 2023

#19 in #neo4j

22 downloads per month

MIT/Apache

13KB
105 lines

Neo4j CLI

CLI for executing Cypher queries by connecting with a Neo4j DB.

Getting Started

GitHub Repo

Clone the repo, and run this command,

cargo build && cargo install --path .

Dependencies

~18–30MB
~563K SLoC