supabase / wrappers

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

feat: add Uuid data type support #354

Closed burmecia closed 1 month ago

burmecia commented 1 month ago

What kind of change does this PR introduce?

This PR is to add support for Uuid data type in Wrappers framework.

What is the current behavior?

The Uuid data type isn't supported in Wrappers framework.

What is the new behavior?

The Uuid data type is supported in Wrappers framework, supports in downstream FDWs will be added later individually if required.

Additional context

N/A