Sending a table to database , the data invoked from external API, User will do update and save to DB
Summary:
API to collection => Update table by user => save table to DB.
Content (required):
Hi I have this sample consumed from external API. I listed the data in a table. I want the user to update the quantity and click save and it will be sent to DB as records (By rows).
My approach is to get table as array and map each object to array and send it to DB one by one. if this is the right approach please share with me the libraries I need to use to use CRUD and any related library.
if there is any other approach please share with me or help me :)
0