db_codegen_analyze
Analyze database table structure to produce template context for automated Java code generation in Spring Boot projects.
Instructions
Analyze database table structure for code generation with template context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Database connection ID | |
| table_name | Yes | Table name to analyze | |
| database | No | Database name (optional, uses connection default if not specified) | |
| template_category | No | Template category to use for context building | MybatisPlus-Mixed |
| author | No | Author name for code generation | ZXP |
| package_name | No | Java package name for generated code | com.example.generated |
| project_path | No | Target Spring Boot project path (with src/main/java) | test_project |