{% extends "base.html" %} {% block title %}DBSprout Dashboard — Progress{% endblock %} {% block content %}
dbsprout generate to see live progress here.
| Table | Rows | Rows/sec | Elapsed (ms) | Status |
|---|---|---|---|---|
| {{ t.table_name }} | {{ "{:,}".format(t.row_count) }} | {{ "{:,.0f}".format(t.rows_per_sec) }} | {{ t.generation_ms }} | {{ t.status }} |