1

Is there a way to join tables from more than two SQLite databases with SQLite.Swift? The documentation only has examples from the same database.

Note to the duplicate gurus: This is not about how to join tables in SQlite from different databases. It's about how to join tables in SQlite.Swift, which is a Swift library that runs on SQLite.

Penman
  • 129
  • 8
  • Possible duplicate of [SQLite - How do you join tables from different databases?](http://stackoverflow.com/questions/6824717/sqlite-how-do-you-join-tables-from-different-databases) – ogres Apr 13 '16 at 13:10
  • @ogres Thanks but this is related to a Swift library that runs on SQLite. The two questions are related but cover different domains. – Penman Apr 13 '16 at 13:20
  • you can use raw SQL statements and achieve the same result. – ogres Apr 13 '16 at 13:20
  • @ogres Don't think it'd work because I have to create two separate connections in this case and each connection has its own ExecuteSQL method. Combining the two doesnt seem to be possible as for as I know. – Penman Apr 13 '16 at 13:43
  • @stephencelis might have an answer:) – Penman Apr 13 '16 at 13:47

0 Answers0