Inspect Structure
Upload a JSON export of your SQL Server database structure (tables, types, primary keys, identity columns, and references).
Developer & DBA Tooling
Export your database schema, apply simple rules, and generate thousands of rows of realistic, dependency-safe seed data. Completely deterministic.
Loading...
Database Seed Problems
Developers need rich, relational test data, but syncing real customer data is a compliance hazard, and generic faker scripts crash when they break database foreign keys.
How It Works
Upload a JSON export of your SQL Server database structure (tables, types, primary keys, identity columns, and references).
Apply deterministic rules to columns (e.g. status lists, number bounds, emails, phone formulas) using our rules structure.
Download a single, transaction-safe SQL script file or a folder of clean CSV files. Your database never receives direct writes.
Efficiency Metric
By automating mock database schema generation and eliminating manual data integrity fixes, you free up senior engineering hours for real feature work.
Open Source CLI
SeedForge is published as a local NPM package. You can install it globally or run it on-demand using npx inside your project folder.
Run directly without installing:
npx sql-seed-mvp --schema ./schema.json --out ./out --format sql,csv
Install globally:
npm install -g sql-seed-mvp
GitHub Community
SeedForge is open-source. Found a bug, have a feature request, or want to add support for PostgreSQL, MySQL, or Oracle? Open an issue or submit a pull request on our GitHub repository.