Mongodb
Operations
Performing MongoDB operations in Orionjs
Orionjs provides type-safe wrappers around MongoDB operations with automatic schema validation.
Basic CRUD Operations
Finding Documents
Inserting Documents
Updating Documents
Deleting Documents
Advanced Operations
Counting Documents
Aggregation
DataLoader Support
Orionjs MongoDB collections include built-in DataLoader functionality for optimizing database access patterns.
For more detailed information about using DataLoader functionality, including solving the N+1 query problem and performance considerations, see the dedicated DataLoader documentation.
Watch for Changes
Raw Collection Access
All operations automatically validate documents against your schema before executing.
Was this page helpful?