DB Seed Generator
v1.1.1Generate realistic INSERT seed data for database tables from configurable column definitions.
Generates realistic INSERT seed data for database tables from configurable column definitions — set column name, type (int, varchar, email, uuid, timestamp), and row count, then export as SQL.
How to use- →Define your table columns by name and type using the column builder.
- →Set the number of rows to generate and select the SQL dialect.
- →Copy the INSERT statements or download as a .sql file for seeding your dev or test database.
Columns