neo4j-cli

Crates.ioneo4j-cli
lib.rsneo4j-cli
version0.1.0
sourcesrc
created_at2023-10-22 07:04:58.996654
updated_at2023-10-22 07:04:58.996654
descriptionA CLI to interact with Neo4j graph database written in Rust
homepage
repositoryhttps://github.com/roopeshsn/neo4j-cli/
max_upload_size
id1010420
size41,442
Roopesh Saravanan (roopeshsn)

documentation

README

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 .
Commit count: 9

cargo fmt