Skip to content

Commit 33ee2bf

Browse files
Add the rust driver to the list of community drivers (#441)
* Add the rust driver to the list of community drivers * Update link styles Co-authored-by: Lidia Zuin <[email protected]> * Set the correct link to the driver --------- Co-authored-by: Lidia Zuin <[email protected]>
1 parent 7951805 commit 33ee2bf

File tree

1 file changed

+25
-2
lines changed
  • modules/ROOT/pages/languages-guides/community-drivers

1 file changed

+25
-2
lines changed

modules/ROOT/pages/languages-guides/community-drivers/index.adoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[[community-drivers]]
22
= Community-contributed libraries
3-
:description: Neo4j community-contributed drivers, community projects, php, ruby, perl, java jdbc.
3+
:description: Neo4j community-contributed drivers, community projects, php, ruby, perl, java jdbc, rust.
44
:examples: https://github.com/neo4j-examples
55
:aura_signup: https://neo4j.com/cloud/aura/?ref=developer-guides
66

77

88
== Introduction
99

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

1414
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.
@@ -225,3 +225,26 @@ A Django plugin https://github.com/neo4j-contrib/django-neomodel[django_neomodel
225225
| icon:github[] Source | https://github.com/z5labs/gogm
226226
| icon:book[] Docs | https://github.com/mindstand/gogm/blob/master/README.md
227227
|===
228+
229+
[[neo4j-rust]]
230+
== Using Neo4j from Rust
231+
232+
[#neo4rs]
233+
=== neo4rs
234+
235+
Neo4j can be used from Rust using the https://github.com/neo4j-labs/neo4rs[neo4rs driver].
236+
*neo4rs* supports using Neo4j via *Bolt*, starting from Neo4j 4.4 up until the most recent version.
237+
238+
You can also ask questions on the link:https://discord.com/invite/neo4j[Neo4j Community Discord] in the link:https://discord.com/channels/787399249741479977/1052516552517357588[`#drivers`] channel.
239+
240+
[cols="1,4"]
241+
|===
242+
| icon:user[] Authors | link:https://github.com/knutwalker[knutwalker]
243+
| icon:github[] Source | https://github.com/neo4j-labs/neo4rs
244+
| icon:gift[] Package | https://crates.io/crates/neo4rs[neo4rs on crates.io]
245+
| icon:book[] Docs | https://docs.rs/neo4rs/latest/neo4rs/[neo4rs on docs.rs]
246+
| icon:play-circle[] Example | {examples}/movies-rust-bolt
247+
| icon:code-fork[] Rust | 1.75+
248+
| icon:code-fork[] Neo4j | 4.4+
249+
| Protocols | Bolt
250+
|===

0 commit comments

Comments
 (0)