Hey! So I have 1 Prisma Schema and 1 Postges Datab...
# orm-help
j
Hey! So I have 1 Prisma Schema and 1 Postges Database. Now, when testing, I'd like to create 2 different postgres schemas in the database, both based on the prisma schema. Is there a way to do that? e.g. via node bindings for prisma migrate or something like that?
👍 1
r
@Jonas 👋 For testing, I follow this that creates the schema automatically.
j
Hah, funny, that's actually pretty much the same solution I came up with in the end yesterday 😄
👍 1