Expand description
Model loading functionality
Loads models from storage backends, handling YAML parsing and validation.
Supports both file-based loading (FileSystemStorageBackend, BrowserStorageBackend) and API-based loading (ApiStorageBackend).
Structsยง
- Model
Load Result - Result of loading a model
- Model
Loader - Model loader that uses a storage backend
- Relationship
Data - Relationship data loaded from storage
- Table
Data - Table data loaded from storage