Can I connect to a specific schema using only connection string?
For example a connection string with specific schema:
jdbc:postgresql://localhost:5432/mydatabase?currentSchema=myschema
I guess another option is using connection hooks and set default search path.