{% 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 %}
{% 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.