i cant add more than 5-6 rows of data. is there a limit (using drizzle for d1 db)
hi folks, i want to dump a form data that is around 1200 rows, right now using
db.insert(contactForm).values([{}, {}]
i can only add a limited 3-4-5 entries at a time. is this a limitation with drizzle or d1?
is there any other way to bulk insert data?
thanks!
update: d1 has 5GiB limit which seems to be more than enough
https://arc.net/l/quote/wehuasbg1 Reply
nvm, did it ✅