Drizma is a utility for creating relationships in a Drizzle schema based on your Prisma schema. As Drizzle-Kit introspect does not include relationships. CLI appends relations to schema.ts.
You can easily install Drizma using npm:
npm install drizma
To get started with Drizma, follow these simple steps:
npx drizma schema.prisma schema.ts
schema.ts is generated by drizzle-kit