Skip to content

Instance Method

query(_:_:_:)

Concurrency-aware variant of query(_:_:_:)-etrj.
func query(_ query: String, _ binds: [SQLiteData], _ onRow: @escaping @Sendable (SQLiteRow) -> Void) async throws