Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 937 Bytes

File metadata and controls

16 lines (9 loc) · 937 Bytes

Foreign Data Wrapper (FDW)

Foreign Data Wrapper (FDW) is an extension available in PostgreSQL that allows you to access a table or schema in one database from another.

Postgres now has a lot of (foreign data wrappers)[https://wiki.postgresql.org/wiki/Foreign_data_wrappers] available and they work with plenty of different source types: NoSQL databases, platforms like Twitter and Facebook, geospatial data formats, etc.

Why FWD?