Generate relational mock data from SQL DDL
Point Data Synthesizer CLI at your CREATE TABLE schema. Get synthetic rows with valid foreign keys — as JSON or a ready-to-run SQL INSERT seed script.
Windows x64 · Free demo up to 1,000 rows per table

One command. Synthetic rows.
Keep your real database private. Use your schema file and generate mock data locally.
- Prepare a schema
.sql
Keep it next toDataSynthesizerCLI.exe
Samples included:test_schema.sql,ecommerce_schema.sql - Run the demo
.\DataSynthesizerCLI.exe test_schema.sql -r 100 --format sql -o seed.sql - Load the output
Create your real tables from the DDL, then runseed.sqlin your database
