mongodb-erlang icon indicating copy to clipboard operation
mongodb-erlang copied to clipboard

MongoDB driver for Erlang

Results 63 mongodb-erlang issues
Sort by recently updated
recently updated
newest added

Loading documents that contains `Infinity` fails due to BSON parsers can't decode the float: ``` javascript // insert in mongo shell db.test.insert({"hello": Infinity}) ``` ``` elixir # try to query...

In this project, it seems not support gridfs. How to solve this problem?

Hi I have been using this plugin to connect to mongohq While I can establish an initial connection to the databse it throws an error everytime i try to do...

Hi, I'm trying to write an Erlang application that connects to MongoDB and I looked into using this client driver. I notice that soundrop/bson-erlang (the rebar dependency) maps document field...

In file rebar.config change atom fail_on_warning to warnings_as_errors. Atom fail_on_warning is deprecated

MongoDB 6.0 removes support for the following legacy opcodes and database commands: * [OP_INSERT](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-insert) * [OP_DELETE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-delete) * [OP_UPDATE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-update) * [OP_KILL_CURSORS](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-kill-cursors) * [OP_GET_MORE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-get-more) * [OP_QUERY](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-query) * getLastError MongoDB will close the...

Hi, iam trying to get only two documents from mongodb using mongo_api:find/4 by adding limit to get the result but it is not working. **Key = #{ => #{ =>...

when we update mongodb version to 6 then in my code Iam getting error as **OP_QUERY is no longer supported. The client driver may require an upgrade. For more details...

when iam using mongdb-erlang query as #{ => #{ => #{ => , => [Long,Lat]}}, => 1000 }. Iam getting error as **Can't canonicalize query :: caused by :: unknown...