16 releases (10 breaking)

0.11.0 Dec 28, 2022
0.10.1 Dec 7, 2021
0.10.0 Nov 24, 2021
0.9.1 Mar 30, 2021
0.2.1 Dec 25, 2019

#2819 in Database interfaces

Download history 60/week @ 2024-07-20 71/week @ 2024-07-27 77/week @ 2024-08-03 95/week @ 2024-08-10 124/week @ 2024-08-17 55/week @ 2024-08-24 29/week @ 2024-08-31 34/week @ 2024-09-07 25/week @ 2024-09-14 89/week @ 2024-09-21 28/week @ 2024-09-28 21/week @ 2024-10-05 42/week @ 2024-10-12 6/week @ 2024-10-19 2/week @ 2024-10-26 23/week @ 2024-11-02

77 downloads per month
Used in 5 crates

MIT license

310KB
6K SLoC

This crate contains a runtime-agnostic asynchronous client for graph database servers that support the Bolt protocol.

The central feature of this library is the Client struct, which allows sending Bolt messages to a compatible server. Clients can be created from any type that implements AsyncRead and AsyncWrite.

If you want to connect to a Bolt-compatible server from your application, you probably want to use a connection pool - see bb8-bolt, deadpool-bolt, or mobc-bolt.

If you'd rather manage your own connections, an asynchronous TCP/TLS Stream wrapper is also available, if you're using the tokio runtime.

See the API documentation for more details and examples.

Dependencies

~3–15MB
~203K SLoC