Emitting Fully Nested Python Schemas and Models with SQLModel
Here's another technical post.
I ran into an interesting problem while developing some tools recently. I had a nested Pydantic structure that needed migration to SQLModel, but I couldn't sacrifice the ability to emit fully nested schemas and models—a...
jvertrees.hashnode.dev10 min read