You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Is there a way to automatically map a result row from a query to a class, something like SQLAlchemy's mappers, e.g.:
For simple cases like the above I can do the mapping myself fairly easily but for complicated joins the code becomes ugly and repetitive.
For clarity, I don't want/or need a full ORM, I just want to map the database rows to some data classes for ease of use elsewhere.