📄️ 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 in the RushDB SDK represents a data model and provides methods for performing CRUD operations, managing relationships, and validating records based on a defined schema. It is a central component for interacting with records in RushDB.
🗃️ 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