Skip to main content

Module store

Module store 

Source
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§

ObjectStoreAdapter
Adapter that implements ResourceStore for any store implementing the generic ObjectStore and AssociationStore traits.

Traits§

ProvidesResourceStore
ResourceStore
Generic store that can be used to store and retrieve resources.
ResourceStoreReader