We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472b79d commit e0cb4abCopy full SHA for e0cb4ab
source/run-command.txt
@@ -46,8 +46,9 @@ Execute a Command
46
-----------------
47
48
You can use the ``command()`` method to run a database command. You must specify
49
-the command and any relevant parameters. These can be passed as strings or as
50
-a ``dict``. The method will return the result of the command that was run.
+the command and any relevant arguments. If the command is simple, these can be
+passed as strings. Otherwise, they can be passed as a ``dict``.
51
+The method will return the result of the command that was run.
52
53
The following code shows how you can use the ``command()``
54
method on a ``Database`` to run the ``hello``
0 commit comments