Skip to content

Nov 10: FastAPI and SQLModel

Learning Objectives

After today's class, you should be able to:

  • Explain how a REST endpoint maps an HTTP request to a database query.
  • Return query results as JSON from a path operation, using a session dependency.