Handbook
Glossary
load-collection-list ( -- collection-list )
Vocabulary
mongodb
.
driver
Inputs
None
Outputs
collection-list
list of collections in the current database
Word description
Returns a list of all collections that exist in the current database
Definition
USING:
accessors
kernel
mongodb.connection
mongodb.msg
;
IN:
mongodb.driver
:
load-collection-list
( -- collection-list )
namespaces-collection
H{
}
clone
<mdb-query-msg>
send-query-plain
objects>>
;