supabase / wrappers

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

Add support for IMPORT FOREIGN SCHEMA #309

Closed remilapeyre closed 3 months ago

remilapeyre commented 4 months ago

What kind of change does this PR introduce?

This patch add support for the IMPORT FOREIGN SCHEMA command.

What is the current behavior?

Closes https://github.com/supabase/wrappers/issues/175

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

remilapeyre commented 3 months ago

Hello @burmecia, thanks for merging the PR. I want to say that after working with this feature for some days I should have a new version in the coming days that adds self and removes serverOid from import_foreign_schema().

burmecia commented 3 months ago

that's great, any improvements are welcome. 👍