SQL with closed server 🚨

I have a pending project but I have a problem. I need to extract information from the client’s database, which is Postgresql, but it is closed, and they need me to put it on their server because it is a very large business and it is better for them.

I created the connection and collection without fetch, I imagine I could use the datagrid and set what information would appear in each column manually, that is, when I installed the weweb-server with my project on the client’s server it would work since the server has access to the database

But as I didn’t use fetch it appears with “Please bind your data to an array to configure your data-grid”. Does anyone have a solution for this? I need it urgently, my client is on my case. Thanks

I would need to understand the setup you have. I also am wondering whether using SQL plugin if you’re using that is appropriate, as it’s only for certain types of apps that don’t expose themselves to public (as it is dangerous to run SQL just like so). You could work with this, but still. I’d need to understand your case better.