{% extends 'base.html' %} {% block title %}HyperXQL - Database Schema{% endblock %} {% block content %}
Explore your database structure and relationships
Table Name | Columns | Primary Key | Foreign Keys | Actions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ table.name }} | {{ table.columns|length }} |
{% for column in table.columns %}
{% if column.primary_key %}
{{ column.name }}
{% endif %}
{% endfor %}
|
{% if table.foreign_keys %} {{ table.foreign_keys|length }} {% else %} None {% endif %} | |||||||||||
Columns
Relationships
Indexes
|
Your database doesn't have any tables yet.
Try these examples: