'How can I JOIN or Attach multiple SQLite DBs using ServiceStack OrmLite?

The excellent ServiceStack OrmLite has a ton of features.

I have a scenario where I have two or more separate SQLite DBs, how can I join/attach them using OrmLite?

Do I have to write RAW SQL or are there any built-in features I can use?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source