Quantcast
Channel: Mobile - Couchbase Forums
Viewing all articles
Browse latest Browse all 1119

Couchbase Lite Swift Join documents of more than two types

$
0
0

So far i can only perform join on documents of two different types follows as follows

.join(
Join.join(DataSource.database(database!).as(“route”))
.on(
Meta.id.from(“airline”)
.equalTo(Expression.property(“airlineid”).from(“route”))
)
)

Now i want to add another join. How can i perform this. Thank you

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1119

Trending Articles