supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
https://supabase.github.io/wrappers/
Apache License 2.0
472 stars 48 forks source link

Cant find Clerk FDW inside extension list #232

Closed firmableharry closed 4 months ago

firmableharry commented 5 months ago

Bug report

Describe the bug

Can't find Clerk FDW inside the extension list

To Reproduce

As per this blog post - https://supabase.com/blog/supabase-wrappers-v02 under "New Wrappers and Improvements", it is mentioned as Clerk as supported FDW.

Expected behavior

However, I cant find inside the Supabase instance, (updated to latest pg version as well)

image

Screenshots

If applicable, add screenshots to help explain your problem.

System information

Additional context

Paul and Tembo team agreed that it will be supported as long as Tembo maintains this (on X)

WesleyYue commented 4 months ago

From the article

We cannot support community Wrappers inside the Supabase Dashboard until the Wrappers API is stabilized. You can vote your favorite Wrapper if you'd like it to be added to Supabase in the future. If you have developed a Wrapper that you want inside the Supabase Dashboard, please contribute it as a PR in the wrappers repo. Once we release Wrappers 1.0, we will support community Wrappers within the Supabase Dashboard.

imor commented 4 months ago

clerk_fdw is not currently available as mentioned in the blog post.