{% extends "explorer/base.html" %} {% load explorer_tags i18n %} {% block sql_explorer_content %}

Connections

Add New Connection Upload File {% if object_list|length == 0 %} Connect to an existing database, or upload a csv, json, or sqlite file. {% endif %}
{% for connection in object_list %} {% endfor %}
Alias Name Engine Actions
{% if connection.id %} {{ connection.alias }} {% else %} {{ connection.alias }} {% endif %} {{ connection.name }} {{ connection.get_engine_display }}{% if connection.is_upload %} (uploaded){% endif %} Query {% if connection.id %} {% endif %}
{% endblock %}