Giu

Results 2 comments of Giu

@michaelmcandrew did you try using `sa_relationship_kwargs`? This is how I'm using it: ```python class AccountBase(SQLModel): total: float = 0.0 name: str class Account(AccountBase, table=True): __tablename__ = "accounts" id: Optional[int] =...

@singhsidhukuldeep @valankar please check the PR https://github.com/singhsidhukuldeep/request-boost/pull/8