Database Diff Viewer
{{ loading ? 'Fetching Diff...' : 'Simulate API Call & Get Diff' }}
Load Pasted Data
Error!
{{ error }}
Diff Results:
Table: {{ tableName }}
mdi-plus-circle
Added: {{ changes.added?.length || 0 }}
mdi-minus-circle
Deleted: {{ changes.deleted?.length || 0 }}
mdi-pencil
Updated: {{ changes.updated?.length || 0 }}
mdi-content-copy
Copy Table for Excel
VALUE TYPE
{{ column }}
{{ getValueTypeIcon(row.type) }}
{{ row.type.toUpperCase() }}
{{ formatValueForDisplay(getValueForColumn(row, column)) }}
mdi-check-all
No Changes Detected
No changes detected for this table.
{{ snackbar.message }}
Close