Vocabularymongodb.
driverInputs| selector | a mdb-query or mdb-cursor |
Outputs| mdb-cursor/f | a cursor (if there are more results) or f |
| seq | a sequences of objects |
Word descriptionexecutes the given query
ExamplesUSING: mongodb.driver ;
"db" "127.0.0.1" 27017 <mdb>
[ "mycollection" H{ { "name" "Alfred" } } <query> find ] with-db
DefinitionMethods