I initially was developing with separate databases - one for data, and another for configuration, but my queries are now such that I need to "join" the data from both databases. How can I merge these 2 databases as part of a migration process, using the C# API?