ScottPJones / Mongo.jl

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

Add client, db, and name variables to MongoCollection. #15

Closed ivirshup closed 8 years ago

ivirshup commented 8 years ago

Adding references to parameters used to create a MongoCollection. This allows using methods like query and command_simple without having to store/ pass redundant information around.

ghost commented 8 years ago

Awesome, thanks!