ADBC JavaScript Driver Manager
    Preparing search index...

    Type Alias InfoCode

    InfoCode: typeof InfoCode[keyof typeof InfoCode]

    Info codes for the getInfo metadata call.

    These correspond to the ADBC_INFO_* constants in the ADBC spec. Pass a subset to getInfo() to retrieve only specific metadata fields.

    const table = await conn.getInfo([InfoCode.VendorName, InfoCode.DriverVersion])