So Here is what my app is about:
It pulls data, specifically country data from a CSV file stored on a server. This country data lists different parameters such as economy (GDP) of the country, the land mass, and the population.
The server is currently setup as a XAMPP local server.
I now have a RDS database on Amazon Web Services, how am I supposed to put my data from the csv onto this database and how can I pull data from this database?
Any thoughts? I really need to know as soon as possible. Thanks!