hakanoktay

Results 2 comments of hakanoktay

hi, I created a "JSON Field" based on what is written here. I am using SQLite. ```python from sqlmodel import SQLModel,Relationship,Field,JSON from typing import Optional,List, Dict from sqlalchemy import Column...

> Does this work? > > ``` > @validator('adddresses') > def val_b(cls, value): > print(value) > return [v.dict() for v in value] > ``` @HenningScheufler thank you for your help,...