mysqldesc.describeTable = function (config, database, table, callback) {
    return mysqldesc.describer(config).describeTable(database, table, callback);
};