Interface WorkOptions
interface WorkOptions {
__skipNameCheck?: boolean;
isolationLevel?: "read committed" | "repeatable read" | "serializable";
mutex?: string | string[];
readOnly?: boolean;
useSnapshot?: string;
}
__skipNameCheck?: boolean;
isolationLevel?: "read committed" | "repeatable read" | "serializable";
mutex?: string | string[];
readOnly?: boolean;
useSnapshot?: string;
}
Transaction options