|
|
|
|
|
by burmecia
1284 days ago
|
|
| At the end of the day, are these just FDWs that run on top of any Postgres instance? Yes, the FDWs developed by Wrappers can be used on any Postgres db. | Do I have to run Supabase to take advantage of the FDWs created through this framework? No, you don't need to. Those are just normal FDWs can be used on any Postgres db. | Is there a generic JDBC/SQL/etc FDW for any SQL based database like Snowflake, Oracle, etc? The Snowflake FDW isn't developed yet, the example is just for concept demo. It has ClickHouse and BigQuery FDWs although they are not JDBC based. Generic JDBC FDW will need JVM embedded so it is not in plan at this moment. Disclaimer: I am Supabase developer. |
|
I looked into using a postgres FDW years ago when I was trying to come up with an easy way to ELT data out of Mongo into a DB. Effectively using Postgres as the ETL tool. Understanding where to find FDWs, who maintains them, etc... was overwhelming. I can see the merits of this framework that you're building, and def going to keep an eye on it.
Also always excited to hear about Rust being used.