If you run postgres, make a schema per test and do a cascading drop to the schema after the test. Name the schema either by the test or with a random string. Same applies for SQL Server and on MySQL you'd do this with databases instead.
Parallelizes quite well when we test the engines at Prisma...
Parallelizes quite well when we test the engines at Prisma...