Add the ability to export data directly in Prisma schema

I propose integrating a feature that enables exporting your relational model directly into a Prisma schema, significantly enhancing efficiency.

Prisma stands as one of the latest preferred ORMs among developers. Personally, I frequently design my database models on dbdiagram.io. Integrating an export function to Prisma schemas would streamline my workflow, eliminating the need for manual conversion.

Fortunately, Prisma’s syntax is straightforward, making integration relatively simple.

Afi