Integration tests in new pgSchema

I want to run my integration tests in a custom pgSchema called 'testing', but how to do this without redeclaring the same tables in my schema with a pgSchema before?

Is there somethings like prisma does with the connection string 'postgres://user:password@host:port/dbname?schema=schemaname'?
Was this page helpful?