Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add wasm fdw directory page #330

Merged
merged 2 commits into from
Aug 14, 2024
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
40 changes: 40 additions & 0 deletions docs/catalog/wasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
source:
documentation:
author: supabase
tags:
- wasm
- official
---

# Wasm Wrappers

Foreign data wrappers built with Wasm which can be used on Supabase platform.

<div class="grid cards" markdown>

- :simple-webassembly: &nbsp; **[Paddle](../paddle)**

----

Foreign data wrapper for [Paddle](https://www.paddle.com/).

Supported by [Supabase](https://www.supabase.com)

:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_paddle_fdw_v0.1.0) &nbsp;
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_paddle_fdw_v0.1.0/wasm-wrappers/fdw/paddle_fdw) &nbsp;
:material-file-document: [docs](../paddle)

- :simple-webassembly: &nbsp; **[Snowflake](../snowflake)**

----

Foreign data wrapper for [Snowflake](https://www.snowflake.com/en/).

Supported by [Supabase](https://www.supabase.com)

:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_snowflake_fdw_v0.1.0) &nbsp;
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_snowflake_fdw_v0.1.0/wasm-wrappers/fdw/snowflake_fdw) &nbsp;
:material-file-document: [docs](../snowflake)

</div>
3 changes: 3 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nav:
- Snowflake: 'catalog/snowflake.md'
- Stripe: 'catalog/stripe.md'
- SQL Server: 'catalog/mssql.md'
- Wasm: 'catalog/wasm.md'
- Guides:
- Native vs Wasm Wrappers: 'guides/native-wasm.md'
- Query Pushdown: 'guides/query-pushdown.md'
Expand Down Expand Up @@ -79,6 +80,8 @@ extra:


markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
linenums: true
guess_lang: false
Expand Down
Loading