Shorebird DocsMenu

Data Platform

Every Shorebird workspace includes a production-ready relational database, a clear open interface, and the tools to inspect and evolve data without losing context.

Postgres or PostgreSQL?

PostgreSQL grew from a university research project and became the durable open database teams rely on today. The shorter name, Postgres, is the one most people use in conversation.

Shorebird keeps the familiar model while giving teams a more approachable way to work with schemas, relationships, extensions, and access controls.

Features

Table view

Start with a clear table view for editing rows, checking types, and scanning recent changes.

nameregionroleactive
AveryNorthEditortrue
PriyaWestOwnertrue
MarcoEastAnalystfalse
LeilaSouthViewertrue
OwenNorthEditortrue
AnikaWestAnalysttrue

Relationships

Trace foreign keys and related records without leaving the current workflow.

account_idworkspacecreatedstatus
sb_482ShoreApr 18active
sb_517FieldApr 21active
sb_629HarborApr 24paused
0:00 / 0:14

Clone tables

Duplicate a structure when you want a safe place to test an import or migration.

sourcedestinationrowsstate
accountsaccounts_copy2,418ready
eventsevents_test8,204ready
0:00 / 0:09

The Query Editor

Save useful statements, inspect execution, and return to trusted queries later.

select workspace_id, count(*)
from events
where created_at > current_date - interval '14 days'
group by workspace_id;
0:00 / 0:11

Additional capabilities

Extensions

Add the capabilities your application needs without rebuilding the core platform.

0:00 / 0:08

Tips

Review password rotation and regional time-zone behavior before promoting a project.