📄️ Schema
The Schema type is used to define the schema for a model in the RushDB SDK. It describes the structure and validation rules for the data fields of a model.
📄️ Model
The Model class represents a data model in the RushDB SDK. It provides methods for performing CRUD operations, managing relationships, and validating records according to a defined schema.
🗃️ SearchQuery
8 items
📄️ InferType
The InferType type is used to infer the types of schema fields for a given Model. This utility type helps in deriving the correct types for fields defined in the schema, ensuring type safety and proper validation.
📄️ ApiResponse | CollectSDKResult
ApiResponse