@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias SchemaInfo

    Schema information within a catalog

    type SchemaInfo = {
        catalogName?: string;
        schemaName: string;
    }
    Index

    Properties

    catalogName?: string
    schemaName: string