Required Associated Typegrdb 7.1.0GRDB
RowDecoder
The type that can decode database rows.
associatedtype RowDecoder
For example, it is Player
in the request below:
let request = Player.all()
The type that can decode database rows.
associatedtype RowDecoder
For example, it is Player
in the request below:
let request = Player.all()