I am wondering if there is a way to change the database at runtime in grails - e.g., in most commercial/opensource CMS, they allow the database server to be hosted elsewhere, and you can specify the address in some config screen at runtime.
since grails configs the database server using DataSource.groovy, how does one access the internals of this, and change the database url? or database type even?