Generate a full CRUD module
Scaffold all four CRUD operations for any resource with validation and RESTful conventions. Includes create, read, update, and delete with the ORM of your choice.
Preview
Copy prompt
Generate a complete CRUD module for a [Resource] entity in [Framework] backed by [ORM/DB]. Implement create, read (single and list with pagination), update, and delete operations. Add per-field input validation, return proper HTTP status codes for every case, and follow RESTful naming conventions throughout the module.
More
Code Generation
Prompts
