Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SelectModifier

type SelectModifier =
| "ForUpdate"
| "ForNoKeyUpdate"
| "ForShare"
| "ForKeyShare"
| "NoWait"
| "SkipLocked"
| "Distinct";

§Type

§
"ForUpdate" | "ForNoKeyUpdate" | "ForShare" | "ForKeyShare" | "NoWait" | "SkipLocked" | "Distinct"
[src]