#bolt #neo4j #pool #r2d2 #connection-pool #graph-database

yanked r2d2-bolt

A bolt-client adaptor for the r2d2 connection pool

0.0.0 Jan 25, 2020

#26 in #neo4j

MIT license

2KB

bolt-rs

CI

Overview

This project aims to provide a comprehensive set of libraries that allow for interaction with graph database servers that support the Bolt protocol, namely, Neo4j. This set of libraries allows interacting with servers supporting versions 1 through 4.4 of the protocol, which includes Neo4j 3.1 through 4.4.

bolt-proto

crates.io Released API docs

Contains the primitives used in the protocol. The Message and Value enums are of particular importance, and are the primary units of information sent and consumed by Bolt clients/servers.

bolt-client

crates.io Released API docs

Contains a runtime-agnostic asynchronous client for Bolt-compatible servers, as well as an optional tokio-based Stream type that supports both insecure and secure TCP streams backed by rustls.

bb8-bolt

crates.io Released API docs

A bolt-client adapter crate for the bb8 connection pool.

deadpool-bolt

crates.io Released API docs

A bolt-client manager for the deadpool connection pool.

mobc-bolt

crates.io Released API docs

A bolt-client manager for the mobc connection pool.

Contributing

  • Contributions to this project must be submitted under the project's license.
  • Contributors to this project must attest to the Developer Certificate of Origin by including a Signed-off-by statement in all commit messages.
  • All commits must have a valid digital signature.

Dependencies

~0.5–7MB
~15K SLoC