Hello! Is it possible somehow to use several databases for single SqlMapClient instance?
For example, I would like to use queries in namespace "spider" to be executed on MySQL, and queries in the reset namepaces to be executed on PostgreSQL, w/o creating 2 instances of SQL map clients. -- Eugene N Dzhurinsky
