How to add multiple rows to a SQL database with MySQL on a REST application
I am developing a backend route for my application and it needs to add multiple rows (one row for each item in an array received from the client client). My first thought is to just do a for loop through…