Open kdevan opened 1 year ago
I am open to that feature. I‘ve used fdw in the past and it is awesome. But it is also problematic as some statements need superuser access level to execute. And your Laravel application should never run with access rights that broad…
Is it possible to support something like FDW here? It seems to me this might be along the lines of adding table grammar, somewhat similar to the storage parameters.
The process to create foreign data wrapper tables is something like this:
Depending on feedback I would be open to trying to do a PR for this.
I personally use the file_fdw and I've seen that postgres_fdw is fairly popular. There's lots of more experimental ones too.