Parquet to SQL

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 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

The file never leaves your browser — there is no server and no upload. Conversion runs locally using WebAssembly.