memgraph

Main D module for the memgraph database. Imports all required definitions.

Modules

client
module memgraph.client

Provides a connection for memgraph.

date
module memgraph.date

Provides a wrapper around a mg_date.

date_time
module memgraph.date_time

Provides a wrapper around a mg_date_time.

date_time_zone_id
module memgraph.date_time_zone_id

Provides a wrapper around a mg_date_time_zone_id.

detail
module memgraph.detail

Provides helper functions.

duration
module memgraph.duration

Provides a wrapper around a mg_duration.

enums
module memgraph.enums

Enumerations

list
module memgraph.list

Provides a Value list.

local_date_time
module memgraph.local_date_time

Provides a wrapper around a mg_local_date_time.

local_time
module memgraph.local_time

Provides a wrapper around a mg_local_time.

map
module memgraph.map

Provides a map (i.e. key/value) tuple.

mgclient
module memgraph.mgclient

C API interface to the memgraph mgclient library.

node
module memgraph.node

Provides a node wrapper.

params
module memgraph.params

Provides connection parameters for memgraph.

path
module memgraph.path

Provides a wrapper around a Path.

point2d
module memgraph.point2d

Provides a wrapper around a mg_point_2d.

point3d
module memgraph.point3d

Provides a wrapper around a mg_point_3d.

relationship
module memgraph.relationship

Provides a wrapper around a Relationship.

result
module memgraph.result

Provides single result row or query execution summary.

time
module memgraph.time

Provides a wrapper around a mg_time.

unboundrelationship
module memgraph.unboundrelationship

Provides a wrapper around a UnboundRelationship.

value
module memgraph.value

Provides a wrapper for a Bolt value.

Public Imports

memgraph.mgclient
public import memgraph.mgclient;
Undocumented in source.
memgraph.client
public import memgraph.client;
Undocumented in source.
memgraph.value
public import memgraph.value;
Undocumented in source.
memgraph.node
public import memgraph.node;
Undocumented in source.
memgraph.map
public import memgraph.map;
Undocumented in source.
memgraph.enums
public import memgraph.enums;
Undocumented in source.
memgraph.params
public import memgraph.params;
Undocumented in source.
memgraph.result
public import memgraph.result;
Undocumented in source.
memgraph.list
public import memgraph.list;
Undocumented in source.
memgraph.relationship
public import memgraph.relationship;
Undocumented in source.
memgraph.unboundrelationship
public import memgraph.unboundrelationship;
Undocumented in source.
memgraph.path
public import memgraph.path;
Undocumented in source.
memgraph.date
public import memgraph.date;
Undocumented in source.
memgraph.time
public import memgraph.time;
Undocumented in source.
memgraph.local_time
public import memgraph.local_time;
Undocumented in source.
memgraph.date_time
public import memgraph.date_time;
Undocumented in source.
memgraph.date_time_zone_id
public import memgraph.date_time_zone_id;
Undocumented in source.
memgraph.local_date_time
public import memgraph.local_date_time;
Undocumented in source.
memgraph.duration
public import memgraph.duration;
Undocumented in source.
memgraph.point2d
public import memgraph.point2d;
Undocumented in source.
memgraph.point3d
public import memgraph.point3d;
Undocumented in source.

Meta