Required Instance Methodgrdb 7.3.0GRDB

_including(required:)

Creates a request that includes an association. The columns of the associated record are selected. The returned request requires that the associated database table contains a matching row.

RequestProtocols.swift:1134
func _including(required association: _SQLAssociation) -> Self