{% extends "layout.html" %} {% block title %}Warehouse: {{w.title}}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block masthead %}

{{w.title}}

{{w.about}}

{% endblock %} {% block body %}

Connect

DSN: {{w.database.dsn}}

Manifests

Bundles and Partitions

Tables

{% for t in w.tables -%} {% if t.installed -%} {% endif %} {% endfor %}
id Bundle Name Installed As Description
{{t.vid}} {{t.dataset.vname}} {{t.name}} {{t.installed}} {{t.description}}
{% endblock %}