Welcome to Databases
Attempting to connect with Database...
Database Name
Loading records...
Select a table from the dropdown in the navbar.
Attempting to connect with Database...
Loading records...
Select a table from the dropdown in the navbar.
Please enter the backend database API address and ID to continue.
We found 0 duplicate records in the imported file. Would you like to de-duplicate them?
De-duplication will merge fields where values exist. If there are competing non-identical values, you will be prompted to resolve them.
The following records have competing non-identical values. Please select the correct value for each field:
The uploaded records could not be upserted due to the following validation errors:
-metadata.createdAt).
The search filter bar allows you to search across all fields or perform targeted field comparisons and logical queries.
john — Matches any record containing "john" in any field value or field name.checked / selected — Displays only selected/checked records.unchecked — Displays only unselected records.email_status=valid or status:valid — Matches records where email_status equals or contains "valid".email!=gmail.com — Excludes records where email contains "gmail.com".age>30, credits>=100, score<50 — Performs numeric comparisons on a specific field.phone!=empty or phone!=null — Displays records where phone is populated (not blank).email=empty or email=null — Displays records where email is missing or blank.@field=phone or key:phone — Displays records that contain a property name containing "phone".Separate multiple criteria with spaces to require all conditions to match:
email_status=valid email!=empty credits>50