Skip to main content
The table browser is a two-panel view: a schema/table tree on the left, a data grid on the right. Filters, sort order, and column config are saved per table. Expand a schema in the tree, then click a table to open it. Each open table is a tab at the top of the grid — switch between them without re-running queries. Close a tab with the × on its label.

Filtering

Click Filter to open the panel. Each condition has three parts:
  1. Column
  2. Operatorequals, contains, is null, greater than, etc.
  3. Value
Conditions combine with AND. Filters are saved per table in local storage.

Sorting

Click Sort to pick a column and direction. Add multiple levels to break ties (e.g. created_at desc, then id asc). Stored alongside filters.

Editing

1

Edit a cell

Click a cell, type a new value. Edited cells are highlighted.
2

Review drafts

Click Review changes to see every staged edit — table, column, old value, new value.
3

Commit or discard

Commit writes all changes in one transaction. Discard reverts. You can also discard individual changes in the review drawer.
Delete rows — select rows via the checkboxes, click Delete, confirm.

Data seeding

Click Seed while a table is open. Tamery picks generators from your column names and types — names, emails, timestamps, and foreign keys referencing existing rows. Review and adjust per column, then choose how many rows to insert.
Seeding is a subscription feature. Free accounts get a limited number of runs. See Plans.

Other actions