generate_nestjs_service
Create a NestJS service with repository pattern and transaction support, choosing from TypeORM, Prisma, Mongoose, or Drizzle databases.
Instructions
Generate a NestJS service with repository pattern and transactions (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| database | No | Database integration | |
| service_name | Yes | Service name |