Skip to content

Commit 45c27c1

Browse files
committed
New supabase guide wip
1 parent 8df1778 commit 45c27c1

File tree

2 files changed

+465
-1
lines changed

2 files changed

+465
-1
lines changed

docs/guides/frameworks/supabase-edge-functions-database-webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import SupabaseDocsCards from "/snippets/supabase-docs-cards.mdx";
2121

2222
Database webhooks allow you to send realtime data from your database to another system whenever an event occurs in your table e.g. when a row is inserted, updated, or deleted, or when a specific column is updated.
2323

24-
This guide shows you how to set up a Supabase database webhook and deploy a simple edge function that triggers a "Hello world" task every time a new row is inserted into your table.
24+
This guide shows you how to set up a Supabase database webhook and deploy a simple edge function that triggers a "Hello world" task every time a new row is inserted into the original row in your table.
2525

2626
## Prerequisites
2727

0 commit comments

Comments
 (0)