Tutorials¶
Tutorials combine multiple Mongoz owners into end-to-end flows:
- CRUD application builds a complete modeled read/write boundary.
- Multiple databases and indexes adds database selection and safe reconciliation.
- Aggregation and bulk writes enters trusted native MongoDB structures.
- Sessions and transactions propagates one PyMongo session correctly.
- Production setup connects lifecycle, configuration, startup checks, and shutdown.
Run the examples against a disposable database before adapting them. Transaction examples need a replica set or sharded cluster.