-
|
Hello, we've been having some really good fun using FastAPI, so congratulations to the community on delivering such a marvel. Do you know if there are ways to use SQL server in FastAPI? The thread below does not seem to mention it. Thank you in advance for the help! Julien |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 1 reply
-
|
Have you tried https://github.com/aio-libs/aioodbc ? |
Beta Was this translation helpful? Give feedback.
-
|
Than you Mause, this one worked like a charm! Julien |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the help here @Mause ! 👏 🙇 Thanks for reporting back and closing the issue @ravyouli 👍 |
Beta Was this translation helpful? Give feedback.
-
|
Hi Ravyouli, Can I see how did you manage to integrate aioodbc with FastAPI ? |
Beta Was this translation helpful? Give feedback.
-
|
@ravyouli Are you implementing aiodbc with sqlalchemy? Curious how you implemented. |
Beta Was this translation helpful? Give feedback.
-
|
@ravyouli can you pls share snippet of how you used aiodbc in fastapi |
Beta Was this translation helpful? Give feedback.
-
|
@ravyouli can you please share information about this implementation! |
Beta Was this translation helpful? Give feedback.
-
|
You can refer to below code, if it helps. |
Beta Was this translation helpful? Give feedback.
-
|
Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs. |
Beta Was this translation helpful? Give feedback.
Have you tried https://github.com/aio-libs/aioodbc ?