neo4j-labs / neo4rs

Neo4j driver for rust

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cluster support?

ajosecueto opened this issue · comments

The driver support routing (for Neo4j clusters) ?

Hi @ajosecueto as of now, the driver only supports the bolt protocol (and you cannot even specify a different scheme), so only direct connections without routing. See #82 for adding support for all schemes.