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

{% if object %}Edit{% else %}Create New{% endif %} Connection

{% if object.is_upload %} The source of this connection is an uploaded file. In all likelihood you should not be editing it. {% endif %}
{% csrf_token %} {{ form.as_p }} Cancel
{% if not object and user_uploads_enabled %}

...or upload a SQLite DB or CSV File

CSV files will get parsed and typed automatically. SQLite databases must not be password protected.

Drag and drop .csv or SQLite .db/.sqlite or click to upload.

0%

{% endif %}
{% endblock %}