Guides¶
Use these pages when you already understand the document and Registry model and need one focused answer.
| Goal | Guide |
|---|---|
| Build and evaluate modeled queries | Querying |
| Choose safe operators and raw escape hatches | Operators and raw queries |
| Control ordering, pages, and returned fields | Sorting, pagination, and projections |
Choose atomic update() or modeled save() |
Updates and persistence |
| Reconcile indexes without accidental deletion | Index planning |
| Model shared fields, nesting, and references | Inheritance and relations |
| Register deterministic async receivers | Signals |
| Isolate database state and lifecycle in tests | Testing applications |
| Stream results and handle cancellation | Concurrency and streaming |
| Measure without making unsupported claims | Performance |
| Protect raw boundaries and secrets | Security |
| Configure native timeouts, retries, and concerns | PyMongo configuration |