|
|
|
|
|
by halfcat
303 days ago
|
|
Pydantic isn’t an ORM, any more than JSON.stringify() and JSON.parse() are an ORM. Pydantic knows nothing of your database. It’s schema-on-read (a great pattern that pydantic is well suited for), or serialization, or validation, but not an ORM. |
|