Why this SQL INSERT generator?
- Generate Postgres/MySQL/SQLite INSERTs from a schema.
- Preview 20 lines and export .sql.
- Seeded mode enables reproducible test data.
- Share settings only—no SQL in URLs.
Quick presets
Load a preset table to start quickly.
Generate
Random SQL INSERT generator
Define a table schema, then generate INSERT statements as SQL.
Dialect notes
- Identifiers can be quoted with "" (Postgres/SQLite) or backticks (MySQL).
- Boolean literals are output as TRUE/FALSE.
- Timestamps are emitted as 'YYYY-MM-DD HH:MM:SS'.
FAQ
Is my data uploaded?
No. Everything runs locally in your browser.
What is quote identifiers?
It wraps table/column names in quotes to allow reserved words or dashes.
Is seeded mode secure?
No. Seeded mode is for reproducibility only.