tiangolo

↗ HN profile [ 76.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Migrating from Flask to FastAPI, Part 2 (engineering.forethought.ai)
  2. Migrating from Flask to FastAPI (engineering.forethought.ai)
  3. FastAPI now supports all* ORMs by deeply integrating with Pydantic's ORM mode. That allows you to declare the data you want to return to an API client using Pydantic models and FastAPI will extract that data (via…