Is it possible to use the transaction macro in Korma when multiple databases are used inside? I tried so, but then it picks just a single database and binds all queries and clauses to that.
EDIT
My use case is somekind of ETL and since I do only readonly tasks from the source it would be ok to have only one transactions which affects the target db.