{% extends 'base.html' %} {% block title %}HyperXQL - Database Schema Visualization{% endblock %} {% block content %}

Database Schema

Visual representation of your database structure and relationships

Database Info Create New Table
{{ db_info.tables|length }} Tables {{ db_info.db_type|upper }}
Entity Relationship Diagram
{% if svg_data %}
Database Schema Visualization
{% else %}
Could not generate schema visualization. Please check if GraphViz is installed.
{% endif %}
Legend
Table
---
Relationship
PK
Primary Key
FK
Foreign Key
Regular Column
Actions
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}