Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ForHackernews
1 day ago
|
parent
|
context
|
favorite
| on:
Show HN: Oxyde – Pydantic-native async ORM with a ...
This sounds great and there's a real gap in the ecosystem for a tool like this.
https://sqlmodel.tiangolo.com/
looked promising but it's actually worse than useless because if you add it to your Pydantic models, it disables all validation:
https://github.com/fastapi/sqlmodel/issues/52
help
mr_Fatalyst
1 day ago
[–]
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().
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: