Dora
Results
2
comments of
Dora
let me say some shitful words. sqlmodel should do this with a more pythonic way. I only saw ugly codes here.
Minimal test as below, works for me. ```python from sqlmodel import Relationship, SQLModel, Field, create_engine, Session, select from sqlalchemy.orm import RelationshipProperty from typing import Optional class User(SQLModel, table=True): id: int...