Required Instance Methodgrdb 7.4.0GRDB

_joining(optional:)

Creates a request that joins an association. The columns of the associated record are not selected. The returned request does not require that the associated database table contains a matching row.

RequestProtocols.swift:1139
func _joining(optional association: _SQLAssociation) -> Self