yes. jdbcsql
Right now, modifying the entire application is going to be very expensive for me, so I'll see if I can adapt the critical points where the queries are expensive in analysis, or return a lot of data. Thank you.
Additionally, for future readers of this post, I had to put a retry loop in the connection, since I also make it synchronous (another point to improve), and when switching from data to Wi-Fi, the connection is lost, and it takes a few seconds to return Enough to throw connection errors.
With these retries this problem seems to be solved.