{% extends 'explorer/base.html' %} {% block sql_explorer_content %}

Upload a 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.

When appending, if a table with the filename already exists, it will be replaced with the uploaded data.

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

0%

{% endblock %}