Modules
Structs
- Used when configuring a fetch size out of bounds.
- Tell the driver where the DBMS it be found and how to connect to it.
- Used when an attempt to parse a URL into a
ConnectionConfig
failed. - The driver hold the configuration and connection pool to your Neo4j DBMS.
- Configure how the driver should behave.
- Builder for
Driver::execute_query()
. - Used when configuring a routing context that is invalid.
- A record is a collection of key-value pairs that represent a single row of a query result.
- Used when an attempt to configure TLS failed.
Enums
- Error returned by
EagerResult::into_scalar()
andEagerResult::into_single()
if the number of records or values is not exactly one.