How can I configure Grails (in DataSource.groovy file) to use specific schema that a given username has access to, but it is not necessarily the default schema for that user.
Thanks
I found a way to do it. Simply, add
hibernate.default_schema = 'schemaName'
In DataSource.groovy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With