bcg / em-mongo

EventMachine MongoDB Driver (based off of RMongo)
http://github.com/bcg/em-mongo
141 stars 47 forks source link

Can't pass options to create_collection #34

Closed bittersweet closed 6 years ago

bittersweet commented 13 years ago

Currently you cannot pass options to the create_collection command.

This is mentioned in the documentation but that might be something left over from the regular Ruby Mongo driver

Is this by choice or should I try adding this to submit a pull request?

bcg commented 13 years ago

Yea that seems to be a paste error. Our Collection currently doesn't support any options, but it you would like to add them just send us a pull request. We try to mimic the Ruby Mongo driver as much as possible so this would be a welcomed addition.

mostlyobvious commented 12 years ago

I would love to see this merged and released.

dCSeven commented 6 years ago

Merged it (but it has already been included in #46) It is included in 0.6.0