supabase / wrappers

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

feat: rewrite Notion FDW to Wasm FDW #350

Closed burmecia closed 1 month ago

burmecia commented 1 month ago

What kind of change does this PR introduce?

This PR is to rewrite Notion FDW to Wasm FDW.

What is the current behavior?

The current Notion FDW is a native FDW. It was developed for POC purpose and is only support reading User object.

What is the new behavior?

The Notion FDW is rewritten to a Wasm FDW and added support for more objects like Database, Block and Page.

Additional context

The FDW package checksum in the docs cannot be retrieved for now, will fill it when we do a release later on.