Uh oh!
There was an error while loading. Please reload this page.
Added asynchronous support - #435
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 |
hakan-77
commented
Mar 29, 2025
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.