File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,17 @@ Database Methods
379379
380380 * - :method:`db.aggregate()`
381381
382- - Runs admin/diagnostic pipeline which does not require an underlying collection.
382+ - Runs admin/diagnostic pipeline which does not require an
383+ underlying collection.
384+
385+ * - :method:`db.createCollection()`
386+
387+ - Creates a new collection or view.
388+
389+ * - :method:`db.createView()`
390+
391+ - Creates a view as the result of applying the specified
392+ aggregation pipeline to the source collection or view.
383393
384394 * - :method:`db.dropDatabase()`
385395
@@ -399,6 +409,10 @@ Database Methods
399409
400410 - Lists all collections and views in the current database.
401411
412+ * - :method:`db.getMongo()`
413+
414+ - Returns the current database connection.
415+
402416 * - :method:`db.getName()`
403417
404418 - Returns the name of the current database.
You can’t perform that action at this time.
0 commit comments