|
1 | 1 | [[community-drivers]] |
2 | 2 | = 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. |
4 | 4 | :examples: https://github.com/neo4j-examples |
5 | 5 | :aura_signup: https://neo4j.com/cloud/aura/?ref=developer-guides |
6 | 6 |
|
7 | 7 |
|
8 | 8 | == Introduction |
9 | 9 |
|
10 | 10 | 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. |
12 | 12 | Links to their relevant resources are provided below. |
13 | 13 |
|
14 | 14 | 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 |
225 | 225 | | icon:github[] Source | https://github.com/z5labs/gogm |
226 | 226 | | icon:book[] Docs | https://github.com/mindstand/gogm/blob/master/README.md |
227 | 227 | |=== |
| 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