{% extends 'explorer/base.html' %} {% block sql_explorer_content %}
SQL Explorer supports two connection methods; uploading a file, or configuring a connection to an existing database.
{% endif %} {% if object.is_upload %} The source of this connection is an uploaded file. In all likelihood you should not be editing it. {% endif %} {% if not object and user_uploads_enabled %}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.
Drag and drop, or click to upload .csv, .json, .db, .sqlite.