- [x] remove `PrismaService` with imports to `@prisma/client` - [x] rename `CustomPrismaService` to `PrismaService` - requires an PrismaClient instance with adapter and output path - [ ] add function for error handle to be reused - [x] add copy code to docs - [ ] add example for extensions (library/copy) - [ ] add example for error handling
PrismaServicewith imports to@prisma/clientCustomPrismaServicetoPrismaService- requires an PrismaClient instance with adapter and output path