At our company, we have separate database clusters for our separate 
environments, Dev, QA, and Live.  They've rolled out a remote config client 
that allows our apps to pull in the datasources and properties applicable 
for that environment.  Ideally, jooq will generate sources for the database 
corresponding to the environment it is running on so we can catch it at 
compile time if we didn't update our schema properly for the release.  Is 
there any way to pass in db url, user, and password instead of hard coding 
in the xml config?  If not, would there be an good place for us to override 
functionality?

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to