{% load static %}

We have the following tables in db.sqlite3 replicated by litestream.

Table names:
{% for name in tables %}
  • {{ name }}
  • {% endfor %}
    Index names:
    {% for name in index_tables %}
  • {{ name }}
  • {% endfor %}