I'm making a game and so far i have a members table setup with working login/register. The game is going to be a 2 player game where the user picks a country. The database structure will need to keep track of country, states or provinces in that country, population.
What I did was create a database for the game with a members table, table for the lobby/chat, and a table for the countries. Should each country have it's own database because I need to keep track of those things I said (states or provinces in that country, population etc.)
What's the most efficient way to structure the database?