{% extends "base.html" %} {% block title %}Query Runner — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
Execute read-only SELECT queries against the Fossil SQLite database. Results capped at 500 rows.
{{ error }}
| {{ col }} | {% endfor %}
|---|
| {{ cell|default:"NULL" }} | {% endfor %}
No results.
Run a query to see tables, or go to the Explorer.
{% endif %}