but I can't see how to specify more than one file for more than one database!
If I understand well where the problem is:
You can specify SqlSession as first SqlPerformScript parameter.
It is true that using more databases is somewhat more diffult, it is recommened to add NOAPPSQL config flag - that kicks out global SQL (and new SQLR), which is usually a source of errors in multidb apps...