Explore Data

To view a table’s or view’s data:

  1. Make sure you have selected the “Entities” tab
  2. Click on the table/view you want to explore
  3. Use the next “Previous” / “Next” buttons to navigate through rows
  4. Optionally, search for specific rows using filters
Explore data

Additionally, you can right click an entity name in the sidebar for options to open a new tab for the entity, create a new SQL query for the entity, or copy the entity’s SQL identifier:

Entity right click menu

Filters

To filter the data of a table:

  1. First select a table.
  2. Then click the “Filters” button to reveal the filters UI.
Filters

Now you can:

  1. Select which column to filter on
  2. Select which comparitor to use (=, <, >, LIKE, etc.)
  3. Define for which value to filter
  4. Apply/Unapply the filter by clicking the “Apply” / “Applied” button
  5. Optionally, add additional filters or remove filters using the minus and plus buttons. Multiple filters will be combined using AND.
Filters