mongoDB-haskell icon indicating copy to clipboard operation
mongoDB-haskell copied to clipboard

MongoDB driver for Haskell

Results 7 mongoDB-haskell issues
Sort by recently updated
recently updated
newest added

```hs mongoURI = "127.0.0.1" pipe

runIOE is all over the docs, examples, and comments, but no longer in the code. As someone new to this library, and still fairly new to Haskell, this leads to...

Correct me if I'm wrong :). Current API allows to use some_cursor >>= rest to get a full list of documents. If we want to run some action on every...

except weights (I am lazy) and version (it is unecessary) This is a breaking change

Our benchmarking shows simiple queries taking 40 ms! If the same program instead opens a new connection to the database (which should be slower) each query only takes 1.5 ms.

It would be nice to have this option so that the driver automatically reconnects to the server if the connection goes down.

`Database.MongoDB.Query` doesn't expose the full power of mongo's update call. Here are a couple specific issues (not intended as a comprehensive list): - There's no way to make a call...

enhancement