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

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

{% csrf_token %} {{ form.as_p }} Cancel
{% if not object and s3_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 or click to upload.

{% endif %}
{% endblock %}