Crate rsmgclient

Crate rsmgclient 

Source

Structs§

ConnectParams
Parameters for connecting to database.
Connection
Encapsulates a database connection.
DateTime
Representation of a DateTime value with timezone support.
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.
Point2D
Representation of Point2D spatial data type.
Point3D
Representation of Point3D spatial data type.
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.
MgError
Error types returned by the Memgraph client.
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.

Type Aliases§

TrustCallback
Type alias for SSL trust callback function.