ADBC JavaScript Driver Manager
    Preparing search index...

    Type Alias ObjectDepth

    ObjectDepth: typeof ObjectDepth[keyof typeof ObjectDepth]

    Depth values for the getObjects metadata call.

    These correspond to the ADBC_OBJECT_DEPTH_* constants in the ADBC spec.

    // Retrieve catalogs and schemas only
    await conn.getObjects({ depth: ObjectDepth.Schemas })