EventIngestDb
Defined in: packages/server/src/events/route.ts:96
The minimal transaction seam the endpoint needs — satisfied by a drizzle PgAsyncDatabase.
Properties
Section titled “Properties”transaction
Section titled “transaction”transaction: <
TResult>(callback) =>Promise<TResult>
Defined in: packages/server/src/events/route.ts:97
Type Parameters
Section titled “Type Parameters”TResult
Section titled “TResult”TResult
Parameters
Section titled “Parameters”callback
Section titled “callback”(tx) => Promise<TResult>
Returns
Section titled “Returns”Promise<TResult>