Oct 15: Querying with SQLModel
Learning Objectives
After today's class, you should be able to:
- Write
select()queries that return objects instead of rows. - Explain the difference between objects attached to and detached from a session.
Learning Objectives
After today's class, you should be able to:
select() queries that return objects instead of rows.