Skip to main content
Go to Latest
interface Schema
import { type Schema } from "https://deno.land/x/dbx@0.1/mod.ts";

Properties

name: string
properties: { [key: string]: Column; }
optional
indices: Index[]
optional
relations: { [key: string]: Relation; }
optional
constraints: Constraint[]