AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface SchemaCatalog

    interface SchemaCatalog {
        engine: EngineKind;
        enums: readonly EnumTypeInfo[];
        extensions?: readonly string[];
        fetchedAt: string;
        routines: readonly RoutineInfo[];
        schemas: readonly string[];
        sequences: readonly SequenceInfo[];
        tables: readonly TableInfo[];
        triggers: readonly TriggerInfo[];
        warnings: readonly string[];
    }
    Index
    engine: EngineKind
    enums: readonly EnumTypeInfo[]
    extensions?: readonly string[]
    fetchedAt: string
    routines: readonly RoutineInfo[]
    schemas: readonly string[]
    sequences: readonly SequenceInfo[]
    tables: readonly TableInfo[]
    triggers: readonly TriggerInfo[]
    warnings: readonly string[]

    Permission problems, skipped objects, ... - surfaced, never fatal.