Constructor for creating a new instance of a database connection using Postgres.
The configuration object for the Postgres database.
None
Readonly
clientRepresents a connection pool to manage multiple client connections to the database.
Readonly
configThe database configuration object.
Optional
Readonly
readA private property that represents a connection pool for clients.
Creates a new Postgres transaction using the provided client and read client.
A promise that resolves to a new PostgresTransaction object.
Represents a Postgres database connection that extends the Database class.