Transactional.transaction() method
Signature:
transaction<Result>(run: (tx: {
orm: Record<string, Record<string, Collection>>;
}) => Promise<Result>): Promise<Result>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
run |
(tx: { orm: Record<string, Record<string, Collection>>; }) => Promise<Result> |
Returns:
Promise<Result>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.