I have a process that makes several database touches (read/write/execute sql). Is it possible to parameterize the database connection? I'd like to be able to switch it to write to the dev/staging/prod databases without having to manually change each operator.