Users table
Generate INSERT statements with numbers, booleans, nulls, and strings.
id,name,email,active 1,Ada Lovelace,[email protected],true 2,Grace Hopper,NULL,false
Paste CSV rows, choose PostgreSQL, MySQL, or SQLite, and generate escaped INSERT statements plus an optional inferred CREATE TABLE statement entirely in the browser.
This tool runs locally in your browser. Your input is not uploaded.
Generate SQL to see INSERT statements.
Generate INSERT statements with numbers, booleans, nulls, and strings.
id,name,email,active 1,Ada Lovelace,[email protected],true 2,Grace Hopper,NULL,false
Single quotes are escaped safely for SQL string literals.
id,title 1,Developer's guide 2,"CSV, SQL, and safety"
No. CSV parsing and SQL generation run locally without network requests.
The MVP supports PostgreSQL, MySQL, and SQLite quoting and boolean output differences.