Generators
Generators
Every database SynthForge exports to, with the dialect-specific DDL, bulk-load commands, and data types that database expects, and MongoDB's document-shaped JSON output for the one that is not SQL.
SQL
PostgreSQL
Generate realistic PostgreSQL test data with \copy bulk loading, JSONB columns, foreign key integrity, and production-ready DDL. Export instantly.
View →
MySQL
Generate realistic MySQL test data with LOAD DATA LOCAL INFILE bulk loading, VARCHAR mappings, foreign key constraints, and production-ready DDL. Export instantly.
View →
MariaDB
Generate realistic MariaDB test data with a ready-to-run import_mariadb.sql loader, LOAD DATA LOCAL INFILE bulk loading, backtick-quoted DDL, and valid foreign keys.
View →
SQL Server
Generate realistic SQL Server test data with BULK INSERT commands, NVARCHAR Unicode types, foreign key constraints, and production-ready T-SQL. Export instantly.
View →
SQLite
Generate realistic SQLite test data with lightweight DDL, INTEGER PRIMARY KEY, .import commands, and portable databases. No server setup required.
View →