Instance Methodgrdb 7.2.0GRDB

read(_:)

DatabaseQueue.swift:236
func read<T>(_ value: @escaping (Database) throws -> T) async throws -> T where T : Sendable