logoalt Hacker News

mr_Fatalystyesterday at 10:19 PM0 repliesview on HN

Thanks! Yeah, that SQLModel issue is actually one of the things that pushed me to build this. In Oxyde the models are just Pydantic BaseModel subclasses, so validation always works, both on the way in and on the way out via model_validate().