Module dpq2.connection

Represents connection to the PostgreSQL server

Most functions is correspond to those in the documentation of Postgres: https://www.postgresql.org/docs/current/static/libpq.html

Functions

NameDescription
connStringCheck(connString) Check connection options in the provided connection string

Classes

NameDescription
Cancellation Represents query cancellation process
CancellationException
Connection Connection
ConnectionException Connection exception

Structs

NameDescription
ConnectionStart dumb flag for Connection ctor parametrization