Our business is accounting and tax, we do bookkeeping and taxation for our customers. We have to create database for each customer. Can we write code in Streamlit to create databases, not the way as shown in Documents ?
Streamlit is just a means to interact with a user and display information to them. Streamlit does not itself house your databases. You would need some other service to store your database(s) and then use the API for that service within a Streamlit script. In general, you can program an interface in Streamlit to create, edit, or display database information so long as the API for your database service allows it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.