{% extends "base.html" %} {% block title %}Explorer — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}

SQLite Schema Explorer

Explore the .fossil SQLite database structure. {{ tables|length }} table{{ tables|length|pluralize }} found.

Run Query

Schema Map

VCS Core Tags / Branches Tickets Wiki Forum Other
{% for table in tables %} {% endfor %}
{% endblock %}