SQL Explorer Demo Environment
This environment resets nightly. Any data or connections you add are public.

Create a connection from an uploaded file

Supports .csv, .json, .db, and .sqlite files. JSON files with one JSON document per line are also supported. CSV/JSON data will be parsed and converted to SQLite. SQLite databases must not be password protected.

Appending to an existing connection will add a new table to the SQLite database, named after the uploaded file. If a table with the filename already exists, it will be replaced with the uploaded data.

Upload: Drag and drop, or click to upload .csv, .json, .db, .sqlite.

0%