supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 55 forks source link

Documentation: Wasm Foreign Data Wrapper #305

Closed aluferraz closed 4 months ago

aluferraz commented 4 months ago

Improve documentation

Describe the problem

I see WASM fdw source code but I can't find any documentation describing it.

Describe the improvement

Documentation/examples of the WASM FDW.\

burmecia commented 4 months ago

The WASM wrappers were just added recently, docs are still in progress and will be released soon. Thanks for your attention!

burmecia commented 4 months ago

The WASM FDW docs have been updated https://supabase.github.io/wrappers/.

An example WASM FDW has also been created, check it out at https://github.com/supabase-community/wasm-fdw-example

aluferraz commented 3 months ago

Thanks a lot!!