PostgreSQL Access

{% if env == 'test' %}TEST{% endif %}

Подключение

Host{{ cfg.host }}
Port{{ cfg.port }}
Database{{ cfg.dbname }}
User{{ cfg.user }}
{% if error %}

{{ error }}

{% else %}

✓ Подключение активно

{% endif %}
{% if tables is not none and not error %}

Таблицы ({{ tables|length }})

{% if tables %} {% for t in tables %} {% endfor %}
СхемаТаблица
{{ t.schemaname }} {{ t.tablename }} открыть
{% else %}

Доступных таблиц нет.

{% endif %}
{% endif %}