📄️ Simple join
We support several types of joins. In this example we're doing an innerJoin.
📄️ Complex join
If your join condition is more complex than a = b you can pass a callback as the second argument to the join method.
📄️ Join a subquery
To join a subquery, you can provide two callbacks.