run-cmd ( cmd -- result ) (original) (raw)

run-cmd ( cmd -- result )

Vocabulary
mongodb.driver

Inputs

cmd an object

Outputs

result an object

Definition

USING: mongodb.connection ;

IN: mongodb.driver

: run-cmd ( cmd -- result ) send-cmd ; inline