Registry / database / neo4rs

neo4rs

JSON →
library0.8.0rscratesunverified

Rust driver for Neo4j.

# Cargo.toml [dependencies] neo4rs = "0.8.0"
INSTALL
IMPORT
SIG · NEO4RS
N
neo4rs
databaserustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use neo4rs::Graph;

Connect to a Neo4j database using neo4rs.

use neo4rs::Graph; #[tokio::main] async fn main() { let graph = Graph::connect("bolt://localhost:7687", "user", "pass").await.unwrap(); println!("Connected"); }
Debug
Known issues
gotchaRequires an async runtime (tokio).
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.1.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
neo4rs — cargo add neo4rs · libregistry