Database Schema Designer
Designs database schemas with tables, relations, and indexes
Output: Complete database schema design with DDL. Context: {{DATABASE_TYPE}}, scale {{SCALE}}, constraints {{CONSTRAINTS}}. Task: Design schema for: {{REQUIREMENTS}}. Constraints: Do NOT skip normalization. Do NOT ignore indexes. Do NOT miss foreign keys. Do NOT forget performance considerations. Include DDL, ER diagram, design explanations.
0 copies
Variables
Replace these variables with your own values before using:
{REQUIREMENTS}{DATABASE_TYPE}{SCALE}{CONSTRAINTS}
Example output
Complete SQL DDL for creating tables with data type definitions, constraints, relationships, and indexes. ER diagram with normalization and optimization explanations.
Similar prompts
SQL Query Builder
Builds SQL queries from natural language descriptions
Output: Complete, optimized SQL query with explanation. Context: {{DATABASE_TYPE...
💻 ProgrammingAny model
0 copies
Unit Test Generator
Creates comprehensive unit tests with edge case coverage
Write unit tests for the following code. Language: {language} Test framework: {...
💻 ProgrammingAny model
0 copies
Regex Pattern Creator
Creates regular expressions with detailed part-by-part explanations
Output: Complete regex pattern with test cases. Context: {{LANGUAGE}} regex, use...
💻 ProgrammingAny model
0 copies