How can I connect to a specific schema under 1 database where there are multiple schemas. Example: I have (mydatabase) as the dabase. (schema1) and (schema2) as the schemas. I want to get data from (schema1). Im using the postgre database guide from vaadin.
Note: the org uses table names as tbl_user/tbl_configs