You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Prisma schema generator as a fourth ORM backend alongside SeaORM,
SQLAlchemy, and SQLModel. Renders enum + model blocks with full schema
context (relations, indexes, unique/composite constraints, native types,
default attributes, referential actions) and wires Prisma into the
cross-ORM test harness and CLI export command.
Model names use plural PascalCase; string default values escape
backslashes correctly. Snapshots cover the full column-type matrix plus
relation, enum, default, and reserved-identifier scenarios.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments