Interface DatabaseDefinition

Schema for defining a Database

Hierarchy

  • DatabaseDefinition

Properties

Properties

tables: Record<string, ObjectTypeInformation<Record<string, {
    required: boolean;
    type: AllowAnyTypeInformation;
}>>>

The tables in the database

Generated using TypeDoc