Base UI

Base UI let’s you inspect, add, modify and delete records from a Base via a GUI.

Opening Base UI

You can open the Base UI of an app instance by opening an app’s context menu and clicking “View Data”

drive_ui_1

In the now open dialog navigate to the “Base” tab and all the data from your Base should load into the table view.

You can edit individual cells directly, if they do not contain an array or an object. Modified cells will turn yellow.

base_ui_2

Advanced Editing

You can expand any cell if you want to do advanced editing (like the editing of objects and arrays or type changes).

base_ui_3

Queries

If you don’t want to deal with all of your data at once, you can use Deta Base’s queries to get a filtered view. Click the Query button, enter your query, and hit enter or click Fetch.

base_ui_4

Adding Items

You can add new items by clicking + Add.

base_ui_6

New rows and edited rows will appear in yellow.

You can permanently save these modifications by clicking Save edits.

Deleting Items

To delete items, click on the checkbox(es) for any item(s) and then click the Delete button.

base_ui_7

Undoing Changes

You can revert your local changes, restoring the BaseUI state to the last fetch by clicking the Undo button.

base_ui_8

Final Notes

We hope you enjoy Base UI!

Base UI is still in Beta; it has been internally tested but may have some uncaught bugs or issues.