Skip to main content

Module storage

Module storage 

Source

Structs§

EmptyStorageConfig
StorageRegistry

Traits§

CollectionStore
For data that is just a list of items with no natural key (e.g., Behavioral Insights) The database automatically handles row creation and ID generation.
FileStore
Trait for storing, retrieving, and deleting raw binary files.
KeyValueStore
For storing and retrieving items by a unique string ID.
StorageConfigResolver
StorageConnection
The entry point for a generic storage adapter. It guarantees that plugins can seamlessly initialize their underlying connection using the shared StorageRegistry without requiring manual setup in main.rs.
StorageProviderPool
A marker trait for safe DB connection pooling
VectorStore