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 }}
Results 🛈
{{ exportState.error }}
{{ exportState.progress }}
{{ 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 }}
{{ 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 }}
-
{{ index.name }} {{ index.type === 'btree' ? 'B-Tree' : 'Map' }}
Field: {{ index.field }}
Fields: {{ Array.isArray(index.fields) ? index.fields.join(', ') : '' }}
Unique Sparse