On the current project I'm working on, data is spread across two databases. The method we're trying to use is to use an alias for the second database and then extending the database class to replace the alias with the actual database name.On the current project I'm working on, data is