Hello
In my Xano instance, it has 3 workspaces, and I've successfully connected to PostgreSQL database of my instance by enabling external database connector. But I can see many tables on DB which is unnecessary for me. Also, it includes all tables of 3 workspaces. But I want to connect to only in one workspace's tables. Also, the table names are prefixed or random named. I want to connect to my DB to use the data in my Node.js backend. How can I sort this concern?
Many thanks.