PostgresClient is a postgres pool client that is connected to the database and can perform queries or release itself back into the pool.

Hierarchy

  • PostgresClient

Methods

Methods

  • Run an SQL query, powered by composeSql

    Type Parameters

    • T

    Parameters

    • strings: TemplateStringsArray
    • Rest ...args: any[]

    Returns Promise<T[]>

Generated using TypeDoc