Static Methodgrdb 7.3.0GRDB

joining(optional:)

Returns a request that joins each record of this request to its eventual associated record.

TableRecord+Association.swift:689
static func joining<A>(optional association: A) -> QueryInterfaceRequest<Self> where Self == A.OriginRowDecoder, A : Association