EnterpriseDB / mongo_fdw

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

Adding support for libmongoc-1.0 and libbson-1.0 #12

Closed mjburghoffer closed 9 years ago

mjburghoffer commented 9 years ago

Using the new "meta" drivers for mongo. Also adding support for _id to be a bytea in addition to a name column. Finally, adding support for reading from a read-only replica set.

ibrarahmad commented 9 years ago

I merged the patch. BTW you added some features like "adding ability to represent _id as bytea and also query by bytea". Its always better to add some test cases with patch.