308715b4ca
* Added supabase database examples * Copy updates * More copy updates * Added comment about generating the typescript types * Updated intro table * Improved title * Added supabase-docs-cards to go at the bottom of the examples and guides * merge main * Link fix * Fix more links
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
## Learn more about Supabase and Trigger.dev
|
|
|
|
### Full walkthrough guides from development to deployment
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Edge function hello world"
|
|
icon="bolt"
|
|
href="/guides/frameworks/supabase-edge-functions-basic"
|
|
>
|
|
Learn how to trigger a task from a Supabase edge function when a URL is visited.
|
|
</Card>
|
|
<Card
|
|
title="Edge function database webhooks"
|
|
icon="bolt"
|
|
href="/guides/frameworks/supabase-edge-functions-database-webhooks"
|
|
>
|
|
Learn how to trigger a task from a Supabase edge function when an event occurs in your database.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
### Task examples with code you can copy and paste
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Supabase database operations"
|
|
icon="bolt"
|
|
href="/guides/examples/supabase-database-operations"
|
|
>
|
|
Run basic CRUD operations on a table in a Supabase database using Trigger.dev.
|
|
</Card>
|
|
<Card title="Supabase Storage upload" icon="bolt" href="/guides/examples/supabase-storage-upload">
|
|
Download a video from a URL and upload it to Supabase Storage using S3.
|
|
</Card>
|
|
</CardGroup>
|