Expand description
Storage abstraction traits.
These traits live in unitycatalog-common so storage backends can implement
them without depending on this server crate. They are re-exported here to keep
the historical unitycatalog_server::store::* paths working.
Structs§
- Object
Store Adapter - Adapter that implements
ResourceStorefor any store implementing the genericObjectStoreandAssociationStoretraits.
Traits§
- Provides
Resource Store - Resource
Store - Generic store that can be used to store and retrieve resources.
- Resource
Store Reader