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 b5da5ab commit 3e0710dCopy full SHA for 3e0710d
source/index.txt
@@ -16,6 +16,7 @@ MongoDB PHP Library
16
/read
17
/write
18
/read-write-pref
19
+ /run-command
20
/aggregation
21
/indexes
22
/monitoring
@@ -68,6 +69,11 @@ Write Data to MongoDB
68
69
70
Learn how you can write data to MongoDB in the :ref:`php-write` section.
71
72
+Run a Database Command
73
+----------------------
74
+
75
+Learn how to run a database command in the :ref:`php-run-command` section.
76
77
Transform Your Data with Aggregation
78
------------------------------------
79
source/write/run-command.txt renamed to source/run-command.txt
0 commit comments