Question: What is the most efficient way to indivi...
# prisma-client
m
Question: What is the most efficient way to individually update thousands of records regularly? Currently I can only see the ability to bulk update multiple records to the same field values, or just do 1 query per record.