История изменений
Исправление monk, (текущая версия) :
Судя по https://docs.mongodb.com/manual/reference/system-collections/, читать напрямую <database>.system.namespaces – плохая идея.
Судя по https://docs.mongodb.com/manual/reference/command/listCollections/ , надо делать что-то вроде
(mongo-db-execute-command! db '((listCollections . 1)))
Исходная версия monk, :
Судя по https://docs.mongodb.com/manual/reference/system-collections/, читать напрямую .system.namespaces – плохая идея.
Судя по https://docs.mongodb.com/manual/reference/command/listCollections/ , надо делать что-то вроде
(mongo-db-execute-command! db '((listCollections . 1)))