Matthew Aylward
Matthew Aylward
You could possibly implement Tiangolo's new little reop Asyncer, it has Aynio support for making functions async. It is very similar to @ryanpeach's implementation of anyio :) https://github.com/tiangolo/asyncer
I'll give this a go!
I was having the same issue, I'm confused why you are able to add Objects with children here in the Docs: But in the Fastapi + SQLmodel example there is...
Sorry my answer wasn't very clear @res234, I would like to do the same as you and I agree the 'from_orm' Doesn't quite work right. I would like to Convert...
I would love this feature! I've been developing with Shuttle in a Rust Dev Container: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/rust-postgres but when I try to use the shuttle_shared_db::Postgres I run into this issue!