Table schemata:
{% for table in data %}
{{ table }}: {{ schemata[table] }}
{% endfor %}
Results will be displayed here
{% extends 'base.html' %} {% block extra_header %} {% endblock %} {% block contents %}
This page is designed to query the database locally with SQLite. Data is loaded in memory and can take a while to load. It is intended for experimentation and exploration by advanced users familiar with SQL.
The `sqljs` library is original work by kripken (sql.js), now maintained by lovasoa.
Table schemata:
{% for table in data %}
{{ table }}: {{ schemata[table] }}
{% endfor %}
Results will be displayed here