How to use the Batch API?
Hi,
I am using Turso and have an array of people I need to insert into my database. I've tried via
But I can do something like this which works for a single entry?
So why can't I do something similar with an array?
I am using Turso and have an array of people I need to insert into my database. I've tried via
db.insert(people).values(peopleArray) but get an error about too many variables or something so then I looked into the batch API, but this doesnt work either:But I can do something like this which works for a single entry?
So why can't I do something similar with an array?