Hey IH! I built a tool that generates realistic test data from SQL schemas
I'm Travis, and I just launched DDL to Data into public beta.
The idea is simple: paste your CREATE TABLE statement, get back realistic JSON data. The API looks at your column names and generates appropriate values — "email" gives you real email formats, "phone" gives you phone numbers, "created_at" gives you timestamps, etc.
I built this because I was tired of manually writing mock data every time I started a new project or needed to seed a database. It felt like such obvious busywork.
It's free to try (no signup needed for 10 calls, free tier gets you 100/month).
Would love feedback from anyone who deals with test data regularly. What's your current workflow? What would make this more useful?
Hi