Crate rsmgclient

Source

Structs§

ConnectParams
Parameters for connecting to database.
Connection
Encapsulates a database connection.
MgError
Error returned by using connection.
Node
Representation of node value from a labeled property graph.
Path
Representation of sequence of alternating nodes and relationships corresponding to a walk in a labeled property graph.
Record
Representation of a single row returned by database.
Relationship
Representation of relationship value from a labeled property graph.
UnboundRelationship
Representation of relationship from a labeled property graph.

Enums§

ConnectionStatus
Representation of current connection status.
QueryParam
Representation of parameter value used in query.
SSLMode
Determines whether a secure SSL TCP/IP connection will be negotiated with the server.
Value
Representation of Bolt value returned by database.