cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Rust Driver

Anyone using Rust and Neo4j in application or on production environment?
Or maybe someone have information about official driver for Neo4j in Rust?

1 ACCEPTED SOLUTION

Hi,

There are no Rust official drivers (only Java, .NET, Python, JavaScript and Go).

Here are the few Rust projects for Neo4j I found so far:

One of the hardest bit of maintaining a driver is to support routing (for Neo4j clusters) and I don't think any of the above projects support that.

You can of course use the Cypher transactional HTTP API instead of Bolt (though a managed service like Aura does not support HTTP yet).

View solution in original post

1 REPLY 1

Hi,

There are no Rust official drivers (only Java, .NET, Python, JavaScript and Go).

Here are the few Rust projects for Neo4j I found so far:

One of the hardest bit of maintaining a driver is to support routing (for Neo4j clusters) and I don't think any of the above projects support that.

You can of course use the Cypher transactional HTTP API instead of Bolt (though a managed service like Aura does not support HTTP yet).