Pgmq

constructor(pg: IPostgresSQL, options: PgmqClient.Options = PgmqClient.Options())(source)

Creates a new instance of the Pgmq class.

Parameters

pg

An implementation of the IPostgresSQL interface used for database operations.

Properties:

  • client: The primary interface for interacting with the PostgreSQL message queue.