mongo_fdw icon indicating copy to clipboard operation
mongo_fdw copied to clipboard

PostgreSQL foreign data wrapper for MongoDB

Results 54 mongo_fdw issues
Sort by recently updated
recently updated
newest added

There is a mongo foreign table testmongo: CREATE FOREIGN TABLE testmongo( _id NAME, id bigint, v int) SERVER mongo_server_online OPTIONS (database 'hello-world', collection 'testmongo') when exec a insert sql: insert...

Hi ! great job ! Do you think if it's possible to implement geo function in a futur release ? a bbox search with $within operator for example. i'have testing...

- Seems the 'meta' driver [does not implement](https://github.com/EnterpriseDB/mongo_fdw/blob/master/mongo_wrapper_meta.c#L411-L421) JSON support. That's fine, but it could be mentioned in the [README](https://github.com/EnterpriseDB/mongo_fdw/blob/master/README.md) (which seems to prefer meta). - Compiling this on OS...

enhancement

I am installing the extension in windows after step 3 when i have to run the command make -f Makefile.meta && make -f Makefile.meta install this step is not working...

enhancement