I built a free tool to generate relational SQL seed data with preserved foreign keys
Hand-writing mock SQL data for local testing is slow, and using LLMs breaks down when you need thousands of rows with strict relational constraints. To solve this, I built SeedSQL—a free tool to gener
Sep 1, 20261 min read


