dpeq

Undocumented in source.

Modules

command
module dpeq.command

Functions of various nature. Prepared statement, portal and response deserialization functions live here.

connection
module dpeq.connection

Connection.

constants
module dpeq.constants

Constants of various nature.

exceptions
module dpeq.exceptions

Exceptions, thrown by dpeq code.

result
module dpeq.result

Structures that describe query results and notifications, received from backend.

serialize
module dpeq.serialize

Primitives used for type (de)serialization.

socket
module dpeq.socket

Default socket type for Connection.

Public Imports

dpeq.exceptions
public import dpeq.exceptions;
dpeq.command
public import dpeq.command;
dpeq.connection
public import dpeq.connection;
dpeq.constants
public import dpeq.constants;
dpeq.serialize
public import dpeq.serialize;
dpeq.socket
public import dpeq.socket;
dpeq.result
public import dpeq.result;

Meta