I'm trying to use the retool database externally, but keep getting errors like this:
I'm trying to use the retool database externally with an n8n automation flow, but I keep getting errors like this:
Connection pool of the database object has been destroyed
Should I not trust using this database externally? I was trying to use it in a workflow in automation platform n8n. What seems to be breaking is the last step of my workflow where I make a query to update the table. I'm guessing retool is mad because each execution of the workflow in n8n is probably using a connection.
Not sure if there's a way to open more connections or if there's a way to update the retool db via an http request (without building a workflow in retool) or do I need to find another solution besides the retool db?
Thanks!