{% extends 'layout.html' %} {% block title %}{{ dbName }}{% endblock %} {% block breadcrumb %}
  • Home /
  • {{ dbName }}
  • {% endblock %} {% block content %}

    Database Stats

    Collections (including system.namespaces) {{ stats.collections }}
    Data Size {{ stats.dataSize }}
    Storage Size {{ stats.storageSize }}
    File Size (on disk) {{ stats.fileSize }}
    {% if !settings.read_only %}

    Create Collection

    {{ dbName }} .
    {% endif %}

    Collections

    {% for c in colls %} {% if !settings.read_only %} {% endif %} {% endfor %}
    View Export

    {{ c }}

    {% endblock %}