EDB Postgres MongoDB Foreign Data Wrapper → 5.2.8 → User Guides → User Guide Other versions of this page: 5.2.8
Subscribe to get advanced Postgres how-tos.
The MongoDB data wrapper provides an interface between a MongoDB server and a Postgres database. It transforms a Postgres statement (SELECT/INSERT/DELETE/UPDATE) into a query that is understood by the MongoDB database.
SELECT
INSERT
DELETE
UPDATE
Using MongoDB FDW with Postgres¶
Requirements Overview
Installing the MongoDB Foreign Data Wrapper