Explore JWQL database tables through the web browser


This page allows users to interactively explore the JWQL database tables. Simply select a table from the dropdown menu.


{{ csrf_input }}

Select JWQL Database Table



{% if table_name %}

{{ table_name|safe }}


Download Data {% for column in table_columns %} {% endfor %} {% for row in table_rows %} {% for value in row %} {% endfor %} {% endfor %} {% for column in table_columns %} {% endfor %}
{{ column }}
{{ value }}
{{ column }}
{% endif %}