Services - muzyk0/crud GitHub Wiki
Description
Nestjsx/crud was design to support any ORM and any DB.
Here is the list of supported ORMs and those that are going to be implemented in the nearest future:
The Prisma adapter keeps the existing @Crud() controller layer and request parsing, but it requires explicit model metadata for scalar fields, relations, primary keys, soft delete, and unique lookups because Prisma does not expose TypeORM-style runtime reflection.