Expand description
CRUD potions: a minimal in-memory repository for a single entity type.
Demonstrates implementing the Repository<T> trait with a simple adapter
and using it from application code.
Revision History
- 2025-10-07T11:57:00Z @AI: Migrate to v0.4 Repository/QueryRepository; remove id-centric methods; update API usage.