<query> ( collection assoc -- mdb-query-msg )


Vocabulary
mongodb.driver

Inputs
collectioncollection to query
assocquery assoc


Outputs
mdb-query-msgmdb-query-msg instance


Word description
Creates a new mdb-query-msg instance. This word must be called from within a with-db scope.For more see: with-db

Examples
USING: mongodb.driver ; "mycollection" H{ } <query>


Definition


: <query> ( collection assoc -- mdb-query-msg )
<mdb-query-msg> ; inline