EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Transaction atomicity supported? #123

Open GiannisDimitriou opened 5 years ago

GiannisDimitriou commented 5 years ago

Hi I would like to know if the atomicity of a transaction involving insert/update/delete statements on mongodb collections is supported?

Thank you