I am having a hard time setting up a database in Google Cloud SQL. As of right now I have database created with a table for "Students". What I don't understand is how to view the data and/or how to import data from an API into this database.
I've tried fetching all the data from an API and using INSERT in a data.sql file, but this has proven to be immensely slow and inefficient
I expect that there is a way to directly gather API data and insert it into the cloud database, but I have not found a way to do this yet.