MongoDB
JSON →Interact with MongoDB databases using natural language to query collections, inspect schemas, and manage data.
Install
npx
- Tools · 8
- find Query documents with filtering and projection
- listCollections List available collections
- insertOne Insert a single document
- updateOne Update a single document
- deleteOne Delete a single document
- createIndex Create a new index
- dropIndex Remove an index
- indexes List indexes for a collection
★ 2 GitHub stars