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 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.
Generation happens entirely in your browser — there is no backend to send data to. WebAssembly decodes the file locally.