This fixture drives the Milestone 3 model/cache generator.
```bash
rs-zero model gen -s examples/model-cache/schema.sql -d target/generated
```
The generated crate contains:
- --
The generator does not connect to a database or Redis. Application code owns concrete repository and cache clients.