SurrealDB Docs Logo

Enter a search query

Exploring database records

The second view you can find in Surrealist is the Explorer view, which lists out tables and allows you to browse through all records. This view is especially useful when you want to effortlessly explore your data, compare records, or edit their contents.

Surrealist explorer view

Tables panel

As the name implies, the tables panel will list out all tables in the database. The icon to the left indicates if a table is a normal table or an edge table. The + button in the top right of this panel allows you to quickly define new tables without switching to the Designer view.

Note

In the Designer view section we will explain more in-depth about what constitutes tables as normal or edge tables.

Record explorer panel

After selecting a table in the tables panel, the records in this table are listed out here, grouped into navigable pages. You can press any record to open it in the inspector panel where you can view and edit record contents and view its relationships.

Pressing the ▼ button in the top right of this panel expands an input in which you can enter a WHERE clause to filter down the displayed records on certain conditions.

Additionally, the + button can be used to manually create new records in the current table.

Inspector panel

The inspector panel, although available globally, is mostly used in the Explorer view to view and edit the contents of a record. You can also use the inspector to view and follow the relationships of a record, as well as delete records.

On this page

© SurrealDB GitHub Discord Community Cloud Features Releases Install