YOU’RE LEARNING TO↗learner can define mapped model classes using SQLAlchemy 2.0 DeclarativeBase and Mapped[]
↗learner can perform CRUD operations using the Session and its unit-of-work pattern
↗learner can explain the identity map and how Session tracks object state
↗learner can use Session.get(), Session.execute(select()), and filter conditions correctly