Module loader

Module loader 

Source
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ยง

ModelLoadResult
Result of loading a model
ModelLoader
Model loader that uses a storage backend
RelationshipData
Relationship data loaded from storage
TableData
Table data loaded from storage