ScottPJones / Mongo.jl

Mongo bindings for the Julia programming language
Other
43 stars 21 forks source link

Add command simple #14

Closed ivirshup closed 8 years ago

ivirshup commented 8 years ago

I've added a binding for mongo_collection_command_simple, which allows use of a whole bunch of MongoDB actions. There is a test case, and a README update.

Should solve #13.

ghost commented 8 years ago

Thanks!