Skip to main content
Module

x/edgedb/mod.ts>$.Cardinality

EdgeDB driver for Deno
Go to Latest
enum $.Cardinality
Re-export
import { $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { Cardinality } = $;

Members

AtLeastOne = "AtLeastOne"
AtMostOne = "AtMostOne"
Empty = "Empty"
Many = "Many"
One = "One"