Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ exclude = [
"wasm-wrappers/fdw/cfd1_fdw",
"wasm-wrappers/fdw/clerk_fdw",
"wasm-wrappers/fdw/helloworld_fdw",
"wasm-wrappers/fdw/snowflake_fdw",
"wasm-wrappers/fdw/paddle_fdw",
"wasm-wrappers/fdw/notion_fdw",
"wasm-wrappers/fdw/orb_fdw",
"wasm-wrappers/fdw/paddle_fdw",
"wasm-wrappers/fdw/snowflake_fdw",
]
resolver = "2"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| [Cal.com](./wasm-wrappers/fdw/cal_fdw) | A Wasm FDW for [Cal.com](https://www.cal.com/) | ✅ | ❌ |
| [Clerk](./wasm-wrappers/fdw/clerk_fdw) | A Wasm FDW for [Clerk](https://www.clerk.com/) | ✅ | ❌ |
| [Cloudflare D1](./wasm-wrappers/fdw/cfd1_fdw) | A Wasm FDW for [Cloudflare D1](https://developers.cloudflare.com/d1/) | ✅ | ✅ |
| [Orb](./wasm-wrappers/fdw/orb_fdw) | A Wasm FDW for [Orb](https://www.withorb.com/) | ✅ | ❌ |

### Warning

Expand Down
4 changes: 3 additions & 1 deletion docs/catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Each FDW documentation includes a detailed "Limitations" section that describes
| Firebase | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Logflare | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Notion | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Orb | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ |
| Paddle | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
| Redis | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| S3 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
Expand All @@ -40,8 +41,9 @@ See [Developing a Wasm Wrapper](../guides/create-wasm-wrapper.md) for instructio
| :-----------: | :------------------------------: | :------------------: | :------------------------------------------------------------------------------------: |
| Cal.com | [Supabase](https://supabase.com) | [Link](cal.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/cal_fdw) |
| Calendly | [Supabase](https://supabase.com) | [Link](calendly.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/calendly_fdw) |
| Clerk | [Supabase](https://supabase.com) | [Link](clerk.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/clerk_fdw) |
| Clerk | [Supabase](https://supabase.com) | [Link](clerk.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/clerk_fdw) |
| Cloudflare D1 | [Supabase](https://supabase.com) | [Link](cfd1.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/cfd1_fdw) |
| Notion | [Supabase](https://supabase.com) | [Link](notion.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/notion_fdw) |
| Orb | [Supabase](https://supabase.com) | [Link](orb.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/orb_fdw) |
| Paddle | [Supabase](https://supabase.com) | [Link](paddle.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/paddle_fdw) |
| Snowflake | [Supabase](https://supabase.com) | [Link](snowflake.md) | [Link](https://github.com/supabase/wrappers/tree/main/wasm-wrappers/fdw/snowflake_fdw) |
Loading
Loading