blob: 711e894743ec8f5de602d8762aea530399c280f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
pydantic-resolve is a sophisticated framework for composing complex data
structures with an intuitive, declarative, resolver-based architecture that
eliminates the N+1 query problem.
It supports:
- pydantic v1
- pydantic v2
- dataclass from pydantic.dataclasses import dataclass
|