-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
update async extension and add tests #635
base: main
Are you sure you want to change the base?
Conversation
@tiangolo pypa/setuptools#3452 |
📝 Docs preview for commit af84d75 at: https://5fc91ef2.sqlmodel.pages.dev |
@tiangolo I have merged 0.0.9 into the PR branch. All tests pass now :) |
📝 Docs preview for commit fb60073 at: https://f6ad04c2.sqlmodel.pages.dev |
Fix conflicts |
📝 Docs preview for commit 3e9bfd8 at: https://c7b5a1e8.sqlmodel.pages.dev |
from sqlmodel.ext.asyncio import AsyncSession
which obeys the import format of sqlalchemy Add documentation about how to use the async tools (session, etc) #626 (comment)Doesn't really address the documentation part of #626 but adds a few QOL features and sets up an easy testing framework for async features