Database Dashboard
{{ tables|length }} tables
•
{{ total_rows }} rows
•
{{ total_columns }} columns
{% for table_name in tables %}
{% endfor %} {% if not tables %}
📊
No Tables Found
Your database doesn't have any tables yet.
{% endif %}