{% extends "base.html" %} {% block title %}Upload a SQLite database{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Upload a SQLite database

{% if error %}

{{ error }}

{% endif %}

Uploading...

SQLite database files can by created using a range of different tools, including the sqlite-utils Python library and command-line utility.

{% endblock %}