@monitorcasalab wrote:
Hi there
For Using MySQL database systems, what would be the most effective connecting type
- connecting at start of the code? disconnecting at …?
- connecting and disconnecting in a separate function called many times?
- Connecting and disconnecting in a callback?
I aim building an app which runs beautifully locally, but up in a server takes ages to load, I was recommended to use MySQL instead of the csv files that I was loading, I just don’t know how friendly is Dash with MySQL
Thanks!
Posts: 2
Participants: 2







