| Crates.io | neo4j-cli |
| lib.rs | neo4j-cli |
| version | 0.1.0 |
| created_at | 2023-10-22 07:04:58.996654+00 |
| updated_at | 2023-10-22 07:04:58.996654+00 |
| 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 .