I'm copying data from one database to another with some conditionals and transformations in between. It would be nice if FireO supported multiple simultaneous database connections. The solution in issue #76: Simultaneous connections to multiple databases falls short when you're copying thousands of records (more than what will fit in memory). Is there a way to preserve or copy the connection object so switching between databases has a minor impact?
I'm copying data from one database to another with some conditionals and transformations in between. It would be nice if FireO supported multiple simultaneous database connections. The solution in issue #76: Simultaneous connections to multiple databases falls short when you're copying thousands of records (more than what will fit in memory). Is there a way to preserve or copy the connection object so switching between databases has a minor impact?