Structuregrdb 7.4.0GRDB
_Fetcher
Fetch.swift:4struct _Fetcher
struct _Fetcher
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct Fetch<Value> where Value : Sendable
A ValueReducer
that perform database fetches.
enum ValueReducers
A namespace for concrete types that adopt the ValueReducer
protocol.
func _makeFetcher() -> _Fetcher
func _value(_ fetched: Value) -> Value?
protocol Sendable
protocol _ValueReducerFetcher : Sendable
func fetch(_ db: Database) throws -> Value