We are interested on migrating our current system ...
# orm-help
t
We are interested on migrating our current system to prisma as an orm the only thing that holding us back from doing so is because of its limitation on introspection, as far as I know prisma only supports 1 db schema per introspection/connection. I really do hope that there is a workaround for that. 😊
j
There is unfortunately no workaround for that yet as we do not have a way to express this in Prisma schema.
The issue you linked to below is our issue tracking this missing functionality.