vibe.db.postgresql

PostgreSQL database client implementation.

Modules

example
module vibe.db.postgresql.example
Undocumented in source.
test
module vibe.db.postgresql.test
Undocumented in source.

Public Imports

dpq2.result
public import dpq2.result;
Undocumented in source.
dpq2.args
public import dpq2.args;
Undocumented in source.
derelict.pq.pq
public import derelict.pq.pq;
Undocumented in source.

Members

Aliases

Connection
alias Connection = Dpq2Connection
Undocumented in source.
LockedConnection
alias LockedConnection = VibeLockedConnection!Connection

Classes

Dpq2Connection
class Dpq2Connection

dpq2.Connection adopted for using with Vibe.d

PostgresClient
class PostgresClient

A Postgres client with connection pooling.

PostgresClientTimeoutException
class PostgresClientTimeoutException

Functions

__integration_test
void __integration_test(string connString)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

CancellationException (from dpq2.connection)
public import dpq2.connection : ConnectionException, connStringCheck, ConnectionStart, CancellationException;
Undocumented in source.
ConnectionException (from dpq2.connection)
public import dpq2.connection : ConnectionException, connStringCheck, ConnectionStart, CancellationException;
Undocumented in source.
ConnectionStart (from dpq2.connection)
public import dpq2.connection : ConnectionException, connStringCheck, ConnectionStart, CancellationException;
Undocumented in source.
Dpq2Exception (from dpq2.exception)
public import dpq2.exception : Dpq2Exception;
Undocumented in source.
ValueFormat (from dpq2)
public import dpq2 : ValueFormat;
Undocumented in source.
connStringCheck (from dpq2.connection)
public import dpq2.connection : ConnectionException, connStringCheck, ConnectionStart, CancellationException;
Undocumented in source.

Structs

ClientSettings
struct ClientSettings

Meta