Type Aliasgrdb 7.3.0GRDB
OriginRowDecoder
HasManyAssociation.swift:91typealias OriginRowDecoder = Origin
typealias OriginRowDecoder = Origin
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct HasManyAssociation<Origin, Destination>
The HasManyAssociation
indicates a one-to-many connection between two record types, such as each instance of the declaring record “has many” instances of the other record.
var _sqlAssociation: _SQLAssociation
typealias RowDecoder = Destination