Sorci.js
    Preparing search index...

    Type Alias EventReducer

    EventReducer: (
        sql: postgres.Sql,
        tableName: string,
    ) => postgres.PendingQuery<postgres.Row[]>

    Type Declaration

      • (sql: postgres.Sql, tableName: string): postgres.PendingQuery<postgres.Row[]>
      • Parameters

        • sql: postgres.Sql
        • tableName: string

        Returns postgres.PendingQuery<postgres.Row[]>