Structure
CouchDBFindResponse
A model that represents the response from a CouchDB _find query. This structure is generic, allowing it to represent documents of any type conforming to CouchDBRepresentable. It conforms to Codable and Sendable for serialization and thread safety.
struct CouchDBFindResponse<T> where T : CouchDBRepresentable
Topics
Initializers