Hey guys ... I have a question on using Prisma wit...
# orm-help
g
Hey guys ... I have a question on using Prisma with Postgres schemas ... When starting a new Prisma app, on an existing db, I get presented with a list of the schemas in the db. First question is: Does this mean that I will have to create a separate Prisma app for each schema? Also, I have tables in one schema with foreign keys pointing to a table in another schema. Now, when I try to create a new Prisma app, I get
Failed to resolve FK constraint
errors. Any way around this?
h
Hi, We currently do not support multi schema setup when you are using an existing database. Can you please open a feature request for this on github: https://github.com/prisma/prisma/issues/new?template=feature_request.md