Currently, in the DatabaseConnection class, the data and snapshot dates methods are duplicated for each data type: birth years, countries, professions, wikis.
Work to do:
Merge all data fetching methods into a single one.
Merge all snapshot dates fetching methods into a single one.
Note: The corresponding fetching functions on the client’s side have already been merged in T433199.