So I’ve been looking through the documentation on connecting Streamlit to data sources, and you can connect to Microsoft SQL Server but it looks like it is only to a remote SQL Server and not the cloud based one in Microsoft Azure? If this is the case, does anyone know how to connect to the Microsoft Azure SQL Server?
Hi @awest96
Have you seen the new st.experimental_connection()
for connecting to a data source.
Here’s the introductory blog:
A YouTube video about it:
And a demo app on st.experimental_connection()
:
https://experimental-connection.streamlit.app/
Hope these resources help!
Best regards,
Chanin
ah interesting thank you!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.