Documentation
    Preparing search index...
    • Run work after the current transaction commits. withTransaction here is a pass-through holding no connection, so there is nothing to defer and f runs immediately. For pg compatibility.

      Parameters

      • f: () => Promise<void>

        work to run

      Returns Promise<void>