Navigating
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:- Column
- Operator —
equals,contains,is null,greater than, etc. - Value
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.
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.