{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
Inspect runtime performance, execute controlled SQL, and maintain development caches.
Read-only statements run immediately. Writes require an explicit confirmation.
Runtime and storage overview.
{{ $sqlResult['verb'] }} · {{ $sqlResult['affected'] }} affected row(s)
| {{ $column }} | {% endforeach %}
|---|
| {{ is_scalar($value)?$value:json_encode($value) }} | {% endforeach %}
All console executions are retained for accountability.
{{ $entry['sql_text'] }}{{ $entry['created_at'] }} · {{ $entry['execution_ms'] }} ms · {{ $entry['affected_rows'] }} affected{% if $entry['error_message'] %}{{ $entry['error_message'] }}{% endif %}