mongodb-erlang
mongodb-erlang copied to clipboard
MongoDB driver for Erlang
Can this driver used with ejabberd as it's wriiten in Erlang And also how about clustering support for mongodb
fix next_batch return [] when batch_size =0
Help pls * "mc_worker_api:command(Connection,{,1})" works fine and returns a basic info about all existing databases * but [listCollections](https://docs.mongodb.com/manual/reference/command/listCollections/) command has another output and returns the cursor and the first batch...
I am trying to query based on multiple identifiers. Similar like below > db.test.find({"_id" : {"$in" : [ObjectId("123"), ObjectId("456")]}}) How can this be achieved using mc_worker_api:find. Any pointers are really...
rebar3 new release test add "{plugins, [rebar_ct]}." rebar3 compile then ===> Failed to update package rebar_ct from repo hexpm ===> Plugin rebar_ct not available. It will not be used. ===>...
I had great success with this package, and could connect to my Mongo Atlas Cluster. Right now, I am connected to the primary server, via `mc_worker_api`. Any advice on how...
It doesn't seem to support 4.2, and I found an anomaly for 2010
Are there any plans (or work done) to support the new (since mongo 3.6) OP_MSG opcode? https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg When connecting to a mongodb that only supports the new format you will...
Although the code was properly figuring out the right DB, it would always pass the Connection DB to the make_request.
Hi, Just verified that ensure_index always uses the DB from the connection instead of choosing between the DB supplied as param#4 is specified. I am just doing a pull request...