Insert a list of object to supabase
Hi, I'm implementing a CRUD page by refine with typescript and supabase as DB.
I have done the create and edit page for a table, when I hit save button, 1 record will be insert or update to DB. Now I want to insert a list of records. How can I do that?
I have done the create and edit page for a table, when I hit save button, 1 record will be insert or update to DB. Now I want to insert a list of records. How can I do that?
