• Iterates through pgSettings properties, composes and runs a single SELECT query to execute set_config for each property.

    Parameters

    • pgSettings: {
          [key: string]: string;
      } = {}
      • [key: string]: string
    • txn: Pool | PoolClient | ClientBase | TxnClient<IsolationLevel>

    Returns Promise<void>

Generated using TypeDoc