{% extends "base.html" %} {% block title %}DBSprout Dashboard — Schema ERD{% endblock %} {% block head_extra %} {# ── S-091: Mermaid.js client-side ERD rendering (CDN, no server-side image gen). ── #} {% if erd_mermaid %} {# ── S-091-F1: SVG pan/zoom via CDN (loaded only when ERD is present). ── #} {% endif %} {% endblock %} {% block content %}
{{ erd_mermaid }}
Entity-relationship diagram auto-generated from the latest schema snapshot
(.dbsprout/snapshots/). Updates when the snapshot changes.
Click a table node to see its column details.
dbsprout init or
dbsprout generate to capture a schema, then refresh this view.