MongoDB Query Generator
Visually build NoSQL queries and aggregation pipelines.
Query Filters
Generated Query
db.users.find({
"status": "active"
}, { sort: { createdAt: -1 } }).limit(10)This generator supports MongoDB Shell syntax. Tip: Values that look like numbers or booleans are automatically cast to their respective types in the output.