pubmed-client (Node.js)
    Preparing search index...

    Interface DatabaseInfo

    Detailed information about an NCBI database from the EInfo API

    interface DatabaseInfo {
        build?: string;
        count?: number;
        description: string;
        lastUpdate?: string;
        menuName: string;
        name: string;
    }
    Index
    build?: string

    Build identifier if available

    count?: number

    Number of records if available

    description: string

    Database description

    lastUpdate?: string

    Last update timestamp if available

    menuName: string

    Human-readable database name

    name: string

    Internal database name (e.g., "pubmed")