Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neo4rs to Community Drivers documentation page #384

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion modules/ROOT/pages/languages-guides/community-drivers/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
== Introduction

In addition to the officially supported drivers, you can find their Community alternatives.
Besides Java, .NET, JavaScript, Go, and Python drivers, Neo4j Community offers support for Ruby, PHP, and Perl.
Besides Java, .NET, JavaScript, Go, and Python drivers, Neo4j Community offers support for Ruby, PHP, Perl, and Rust.
Links to their relevant resources are provided below.

Members of the each programming language community have invested a lot of time and love to develop each one of the community drivers for Neo4j, so if you use any one of them, please provide feedback to the authors.
Expand Down Expand Up @@ -225,3 +225,19 @@ A Django plugin https://github.com/neo4j-contrib/django-neomodel[django_neomodel
| icon:github[] Source | https://github.com/z5labs/gogm
| icon:book[] Docs | https://github.com/mindstand/gogm/blob/master/README.md
|===

[#neo4j-rust]
== Using Neo4j from Rust

[#neo4rs]
=== Neo4rs

A driver for Neo4j in Rust. This driver does not yet implement client-side routing. It is possible that operations against a cluster (such as Aura) will fail.

[cols="1,4"]
|===
| icon:github[] Source | https://github.com/neo4j-labs/neo4rs
| icon:code-fork[] Rust | 1.63.0+
| icon:code-fork[] Neo4j | 4.4+ / 5.0+
| Protocols | Bolt 4.0 / 4.1
|===
Loading