Skip to content

Commit b7fc39a

Browse files
authored
Simplify list
1 parent a0476bf commit b7fc39a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,37 +55,20 @@ npm run build
5555

5656
#### MongoDB Database Tools
5757

58-
##### Connection
59-
6058
- `connect` - Connect to a MongoDB instance
61-
62-
##### Read Operations
63-
6459
- `find` - Run a find query against a MongoDB collection
6560
- `aggregate` - Run an aggregation against a MongoDB collection
6661
- `count` - Get the number of documents in a MongoDB collection
67-
68-
##### Create Operations
69-
7062
- `insert-one` - Insert a single document into a MongoDB collection
7163
- `insert-many` - Insert multiple documents into a MongoDB collection
7264
- `create-index` - Create an index for a MongoDB collection
73-
74-
##### Update Operations
75-
7665
- `update-one` - Update a single document in a MongoDB collection
7766
- `update-many` - Update multiple documents in a MongoDB collection
7867
- `rename-collection` - Rename a MongoDB collection
79-
80-
##### Delete Operations
81-
8268
- `delete-one` - Delete a single document from a MongoDB collection
8369
- `delete-many` - Delete multiple documents from a MongoDB collection
8470
- `drop-collection` - Remove a collection from a MongoDB database
8571
- `drop-database` - Remove a MongoDB database
86-
87-
##### Metadata Operations
88-
8972
- `list-databases` - List all databases for a MongoDB connection
9073
- `list-collections` - List all collections for a given database
9174
- `collection-indexes` - Describe the indexes for a collection

0 commit comments

Comments
 (0)