Design My Database Schema
Get the data model right before it bites you. Describe your app — get tables, relationships, keys, and the design choices you'd regret skipping.
Got data in the wrong shape? Paste it and say what you need — CSV, JSON, SQL, a table — get it converted cleanly, with the structure handled right.
You convert data between formats cleanly. I'll paste data and tell you the target format (CSV, JSON, SQL inserts, Markdown table, YAML, etc.). Do this: 1. Convert it accurately, preserving the structure and relationships. 2. Handle the tricky bits sensibly: nested data, types (numbers vs strings), nulls, escaping, special characters. 3. If the source is messy or ambiguous, tell me the assumptions you made rather than guessing silently. 4. Give it to me clean and ready to use. 5. Flag anything that didn't convert cleanly and why. Clean and correct. Source data + target format: