dpeq.connection

Connection.

Members

Classes

PSQLConnection
class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)

Connection object.

StdSocket
class StdSocket

std.socket.Socket wrapper wich is compatible with PSQLConnection. If you want to use custom socket type (vibe-d or any other), make it duck-type and exception-compatible with this one.

Enums

StmtOrPortal
enum StmtOrPortal
Undocumented in source.

Structs

BackendParams
struct BackendParams

Transport and authorization parameters.

Message
struct Message

Message, received from backend.

Meta

Authors

Boris-Barboris