{{ selectedActivityEntry.label || 'Request details' }}

{{ selectedActivityEntry.method }}   {{ selectedActivityEntry.url }}  (Status {{ selectedActivityEntry.statusCode }})

Request headers

  • {{ header.key }}: {{ header.value }}

Request body

{{ activityRequestBody(selectedActivityEntry) }}

Request formats

{{ activeActivityRequestTabContent }}
Started {{ formatActivityTime(selectedActivityEntry.startedAt) }} Duration {{ formatDuration(selectedActivityEntry.durationMs) }}

Welcome to InceptionDB

Select or create a collection in the sidebar to start querying, inserting, or deleting documents.

Collection {{ selectedCollection.name }}

Total: {{ selectedCollection.total }} Last query: {{ queryStats.elapsed }} Documents listed: {{ queryStats.returned }}

{{ filterError }}

From (inclusive)
To (exclusive)

Results  🛈

{{ exportState.error }}

{{ exportState.progress }}

Running query…
{{ queryError }}
No documents found.
skip
limit

{{ pageInfo }}

Document #{{ offset + idx + 1 }}

ID: {{ documentId(row) }}

Set a field to null to remove it.

{{ editingDocuments[documentId(row)].error }}

{{ editingDocuments[documentId(row)].success }}

{{ formatDocument(row) }}

The document must include an "id" field to enable editing or deletion.

# {{ column }} Actions
{{ offset + idx + 1 }} {{ formatTableValue(row, column) }}

Edit document {{ editing.id }}

Document #{{ editing.position }}

Set a field to null to remove it.

{{ editing.state.error }}

{{ editing.state.success }}

skip
limit

{{ pageInfo }}

Estimated storage usage returned by the size endpoint.

Select a collection to inspect its metrics.

Loading metrics…

{{ sizeMetrics.error }}

Updated at {{ sizeMetricsUpdatedLabel }}

{{ entry.label }}
{{ entry.value }}

No metrics reported for this collection.

Metrics will appear after refreshing.

Documents missing fields will receive these values when inserted.

Special values

  • uuid() Generate a unique identifier.
  • unixnano() Insert the current timestamp in nanoseconds.
  • auto() Assign an auto-incrementing number within the collection.

{{ defaultsForm.error }}

{{ defaultsForm.success }}

{{ insertForm.error }}

{{ insertForm.success }}

Upload a CSV file to insert multiple documents at once. The first row should contain the field names.

Selected file: {{ csvImportForm.fileName }}

{{ csvImportForm.error }}

{{ csvImportForm.success }}

{{ csvImportForm.progress }}

{{ indexMessages.error }}

{{ indexMessages.success }}

Separate fields with commas. Prefix with "-" for descending order.

Loading indexes…
This collection has no indexes yet.
  • {{ index.name }} {{ index.type === 'btree' ? 'B-Tree' : 'Map' }}

    Field: {{ index.field }}

    Fields: {{ Array.isArray(index.fields) ? index.fields.join(', ') : '' }}

    Unique Sparse