Home  /  Docs  /  Browsing & editing
WORKING WITH DATA

Browsing & editing data

Open any table (or collection) and DataDock loads its rows into a fast, spreadsheet-style data grid. The header shows the row count and how long the query took.

The data grid: paginate, sort and filter, with foreign-key values highlighted for click-through.
The data grid: paginate, sort and filter, with foreign-key values highlighted for click-through.

Browse

Edit

Editing feels like a spreadsheet, but every change is safe:

Visual exploration

Understanding an unfamiliar schema is half the job. DataDock gives you several ways to see how data fits together.

The interactive ER diagram — drag to rearrange, scroll to zoom, and export to SVG or PNG.
The interactive ER diagram — drag to rearrange, scroll to zoom, and export to SVG or PNG.

Big schema? Search schema finds any column by name across every table, so you don't have to remember where email lives.

Searching the whole schema for “email” — matches across all tables and columns.
Searching the whole schema for “email” — matches across all tables and columns.

Structure & schema editor

Change your schema without hand-writing DDL. The structure editor turns table design into a form.

The Structure tab — edit columns, types, keys and indexes without writing DDL.
The Structure tab — edit columns, types, keys and indexes without writing DDL.