mongodb
mongodb copied to clipboard
raw mongodb interface in Racket
Results
2
mongodb issues
Sort by
recently updated
recently updated
newest added
In the docs, I can only see the `mongo-collection-find` function. However, I need to run code equivalent to the following: ``` db.mycollection.aggregate([ /* stuff in here */ ]) ``` It...
It doesn't appear that this supports any form of authentication with Mongo? All drivers should implement an authentication mechanism using the standard [Connection String URI Format](http://docs.mongodb.org/manual/reference/connection-string/). I've hand-rolled the authentication...