Multiple Database Handling
For importers it's especially necessary to be able to access two different databases simultaneously, sometimes of different SQL formats.
The current database abstraction only supports 1 simultaneous database.
Extended the Database classes so that multiple database connections of varied types can be made on the fly.