Is there a way to generate model in prisma using cli?
I'm developing a white-label solution based on CLI inputs, and I'm wondering if there's an extension or tool that can assist with filling out a form using types and relations, which would then be automatically generated in the schema.prisma file.
Solution
Hi Rev
I am not aware of any CLI tool to automatically generate schema file.