Connect xData Aurelius Server with two database

Hello all i'm very new to this framework. I have to create a server that connects with two different database and join tables between them. Is that possible and how?
Thank's Francesco

Hello, that is out of scope of TMS Aurelius. Aurelius builds the SQL statements to retrieve data, based on your object model. If you database is capable of performing SQL that joins two databases, then in theory you could do that with Aurelius, by prefixing each table name with the database name (in model). If your database cannot do that, Aurelius cannot that either.