How does Streamlit manage multiple database connection ? Do each created file have to connect independently to a database or can they all connect from the same connection ? For example, my Streamlit app has different files (.py) and they connect to the same database for different application. Can i centralize the connection to only one file and share this connection to all ?
Thanks