[Feature Request]: utilize `prismaSchemaFolder` preview feature
Is your feature request related to a problem? Please describe.
Prisma has recently added a new preview feature called prismaSchemaFolder which enabled multiple schema files and some other changes.
Describe the solution you'd like I think this should support that and maybe even require that it is enabled instead of re-creating this feature now.
Additional context https://github.com/prisma/prisma/discussions/24413
Yea, I got to here by googling prismaSchemaFolder and zenstack
Whats the deal here?
ZenStack still uses its own "import" syntax in the ZModel schema. It should be equivalent to Prisma's schema merging, just with a more explicit syntax (and more control).
It's working well ! :)