Edgecat
Edgecat
DTDrizzle Team
Created by Edgecat on 5/29/2024 in #help
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'?
1 replies