Crates.io | neo4j-cli |
lib.rs | neo4j-cli |
version | 0.1.0 |
source | src |
created_at | 2023-10-22 07:04:58.996654 |
updated_at | 2023-10-22 07:04:58.996654 |
description | A CLI to interact with Neo4j graph database written in Rust |
homepage | |
repository | https://github.com/roopeshsn/neo4j-cli/ |
max_upload_size | |
id | 1010420 |
size | 41,442 |
CLI for executing Cypher queries by connecting with a Neo4j DB.
Clone the repo, and run this command,
cargo build && cargo install --path .