Use prisma.raw with .sql file generated by pg_dump · prisma prisma · Discussion #2528

Hey, I am setting up integration tests for my application and I would like to apply a .sql file after every test to have fresh data. Does anyone have any success using prisma.raw to execute the .sq...