Browse/Supabase/Realtime Postgres Subscriptions
Realtime Postgres Subscriptions
Supabase
$19 · Pro
Subscribe to live row changes on a Postgres table.
realtime-order-subscriptions.ts
.on('postgres_changes', { event: '*', schema: 'public', table: 'orders' }, (payload) => {
Unlock the full snippet
This is a Pro snippet — get all-access for $19, or unlock just this one snippet for $1.
Realtime Postgres Subscriptions — Supabase Example (TypeScript, Node, Python, Go) | apiexamples