Convert your Parquet files to SQL INSERT statements for PostgreSQL, MySQL, SQLite, and other databases. Files are processed locally in your browser.
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.
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.
The file never leaves your browser — there is no server and no upload. Conversion runs locally using WebAssembly.