CSV to SQL Converter
Generate SQL INSERT statements (and optional CREATE TABLE) from CSV data. Supports MySQL, PostgreSQL, SQLite and MSSQL.
About CSV to SQL Converter
Generate ready-to-run SQL from any CSV file. Column types are inferred automatically: integers become INT, decimals become DECIMAL, ISO dates become DATE, and everything else becomes VARCHAR. Batch inserts group rows for efficient import. Single-quote escaping and NULL handling are applied automatically.