Module providers

Source
Expand description

Standard resource provider implementations.

This module provides production-ready implementations of the ResourceProvider trait that can be used directly or as reference implementations for custom providers.

§Available Providers

All providers in this module implement the unified ResourceProvider trait, supporting both single-tenant and multi-tenant operations through the RequestContext interface.

Re-exports§

pub use in_memory::InMemoryError;
pub use in_memory::InMemoryProvider;
pub use in_memory::InMemoryStats;

Modules§

in_memory
Standard in-memory resource provider implementation.