Parquet to SQL converter

Convert your Parquet files to SQL INSERT statements for PostgreSQL, MySQL, SQLite, and other databases. Files are processed locally in your browser.

How it works

Drop or choose a .parquet file; it is decoded locally and a .sql file containing a CREATE TABLE statement followed by batched INSERT statements is downloaded. No upload.

Why convert Parquet to SQL

Load Parquet data into PostgreSQL, MySQL, SQLite, or any other SQL database by running the generated statements. Want to run live SQL against a file instead of exporting INSERTs? Use the in-browser SQL editor at /query.

Private by design

Generation happens entirely in your browser — there is no backend to send data to. WebAssembly decodes the file locally.