protocol _ValueReducerFetcher : Sendable
s4GRDB20_ValueReducerFetcherP
8PJCE
import GRDB
A toolkit for SQLite databases, with a focus on application development
protocol Sendable
associatedtype Value
The type of fetched database values
func fetch(_ db: Database) throws -> Value