ResultSet
public struct ResultSet : Equatable
This type describes the results of a reading a range of keys from the database.
-
The keys and values that we read.
Declaration
Swift
public let rows: [(key: DatabaseValue, value: DatabaseValue)]