QueryBox supports MongoDB through a native driver plugin. Execute MongoDB shell-style queries and manage collections with a familiar interface.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/felixdotgo/querybox/llms.txt
Use this file to discover all available pages before exploring further.
Connection Methods
- Basic
- URI
Configure your MongoDB connection using individual parameters:
MongoDB server hostname or IP addressDefault:
127.0.0.1MongoDB server portDefault:
27017Database username
Database password
Database name to connect toPlaceholder:
mydbAuthentication databaseDefault:
adminEnable TLS/SSL encryptionOptions:
false, trueDefault: falseConnection String Examples
Local Development
With Authentication
MongoDB Atlas
Replica Set
With TLS
Supported Query Syntax
QueryBox supports MongoDB shell-style queries:Collection Queries
Database Operations
Raw Commands
Supported Features
CRUD Operations
Find, insert, update, delete documents
Aggregation
Complex data aggregation pipelines
Database Browser
Browse databases and collections
Index Management
Create and manage indexes
Capabilities
- Query Execution: MongoDB shell-style query syntax
- CRUD Operations: Full support for find, insert, update, delete
- Aggregation Framework: Execute aggregation pipelines
- Collection Management: Create and drop collections
- Database Management: Create and drop databases
- Index Operations: Create indexes on collections
- Connection Tree: Browse databases and collections hierarchically
- Document Results: View results as structured documents
- TLS Support: Secure connections with embedded root certificates
Result Types
MongoDB queries return different result formats:- Document Results: Find, aggregate, and raw command queries
- Key-Value Results: Insert, update, delete operations showing counts and IDs
Database Structure
The MongoDB plugin displays:- Databases: All accessible databases
- Collections: All collections within each database
- Actions: Quick find and drop operations
Notes
QueryBox uses extended JSON format for BSON types like ObjectID, ensuring proper serialization.
Extended JSON Support
QueryBox supports MongoDB Extended JSON for special BSON types:Plugin Information
- Version: 0.1.0
- License: Apache-2.0
- Author: MongoDB Inc.
- Tags: nosql, document