23 rows.push_back(
data{ rslt->get_string(
"TITLE"), rslt->get_string(
"STATUS"), rslt->get_string(
"URL") });
30 for(
const auto& row :
rows)
32 text +=
"\nThe tournament "+row.title+
" is "+row.status+
". More information can be found at "+row.url;
void read(mariadb::result_set_ref rslt)