Represents a Postgres database connection that extends the Database class.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

client: Pool

Represents a connection pool to manage multiple client connections to the database.

config: {
    type: any;
}

The database configuration object.

readClient?: Pool

A private property that represents a connection pool for clients.

Methods