I am new to Streamlit and working on develop a multi-page dashboard.
- How can I share the database connection among all the pages ?
- any example codes ?
Thanks
I am new to Streamlit and working on develop a multi-page dashboard.
Thanks
Hi ! we would like to know more about your project example your primary database source (S3,mongoDB…) aside for now you can refer this docs
and if you want example and explanation related to your preference plz feel free to ask
Just connect to PostgreSQL
Currently, I just put the conn to session state, but didn’t handle the time-out or user reload the page then lost the database connection issue yet.