-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Async SQLAlchemy #122
Comments
Hi yes! There is support coming in the next couple days (#121) |
Hi @unidesigner. I am still working on adding tests for Async SQLAlchemy. In the meantime, if you would like to test it out, you can install the feature branch with: pip install git+https://github.com/il-s/fastapi-crudrouter.git |
Hi @awtkns - I tested the feature branch in the meantime. In my particular setup (perhaps useful to others), I am running into the following exception: I think the problem is related to the function I set for the
in order for queries to run with different (Postgres) schemas. The way I setup the functions are like:
and I use the
I think this is related to beginning the transaction with I guess my problem is how to properly |
I should add that creating a new object via the generated API already works, so the session already commits data to the proper schema/table. |
FYI. I think I fixed by my issue by replacing
with
|
@awtkns At the risk of pestering you, can I ask when the new version with |
I can't wait for this to be implemented, just thought I'd leave my +1 here for the future. Thank you! +1 |
Hi everyone,
Is there any perspective of support for async SQLAlchemy?
Im using AssyncSession.
Thanks
The text was updated successfully, but these errors were encountered: