Vocabularymongodb.
driverInputsmdb-query-msg | a query |
limit# | number of objects that should be returned at most |
OutputsWord descriptionLimits the number of returned objects to limit#
ExamplesUSING: mongodb.driver ;
"db" "127.0.0.1" 27017 <mdb>
[ "mycollection" H{ } <query> 10 limit find ] with-db
Definition