Hello, is it possible to bulk import data from a CSV into my postgres DB using prisma
I have a CSV file which I want to copy into my DB using SQL functions, I can currently do it with pgpooler (copy from stream) but I want to use prisma to do this. How can I do this?
0 Replies