By DB:
{% for db, ms in by_db.items() %}{{ db }}: {{ "%.1f"|format(ms) }} ms{% if not loop.last %} · {% endif %}{% endfor %}
| # | DB | ms | rows | SQL | params |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ q.db }} | {{ "%.2f"|format(q.ms) }} | {{ q.rows if q.rows is not none else '—' }} |
{{ q.sql }}
{% if q.error %}{{ q.error }} {% endif %}
|
{{ q.params }} |