SQL-first. Pydantic-second Usually, database handles data processing much faster and cleaner than CPython will ever do. It's preferable to do all the complex joins and simple data manipulations with ...