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

#2566 in Database interfaces

Download history 8/week @ 2024-01-12 78/week @ 2024-01-19 17/week @ 2024-01-26 26/week @ 2024-02-02 57/week @ 2024-02-09 58/week @ 2024-02-16 126/week @ 2024-02-23 45/week @ 2024-03-01 39/week @ 2024-03-08 46/week @ 2024-03-15 45/week @ 2024-03-22 69/week @ 2024-03-29 64/week @ 2024-04-05 44/week @ 2024-04-12 43/week @ 2024-04-19 47/week @ 2024-04-26

213 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
~185K SLoC