-
-
Notifications
You must be signed in to change notification settings - Fork 757
Added asynchronous support #435
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
base: main
Are you sure you want to change the base?
Conversation
📝 Docs preview for commit 491980b at: https://6315333e4f16cf4a290a1268--sqlmodel.netlify.app |
📝 Docs preview for commit 6d459f7 at: https://63153c13e31c9630787851f4--sqlmodel.netlify.app |
Codecov ReportBase: 98.49% // Head: 97.75% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
==========================================
- Coverage 98.49% 97.75% -0.74%
==========================================
Files 185 190 +5
Lines 5856 6472 +616
==========================================
+ Hits 5768 6327 +559
- Misses 88 145 +57
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
📝 Docs preview for commit 5028d19 at: https://63154b3f4f16cf58450a1d74--sqlmodel.netlify.app |
📝 Docs preview for commit 80e0179 at: https://631554b448c9b8611409c2f9--sqlmodel.netlify.app |
📝 Docs preview for commit 5b2ad95 at: https://639ce0e4a12b8e030c9de2d1--sqlmodel.netlify.app |
This is a great feature, any progress? |
This pull request has a merge conflict that needs to be resolved. |
Added new
AsyncSession()
andcreate_async_engine()
Example using sqlmodel in asynchronous mode.