Module opendal::raw::adapters::kv

source ·
Expand description

Providing Key Value Adapter for OpenDAL.

Any services that implement Adapter can be used an OpenDAL Service.

Structs

  • Backend of kv service. If the storage service is one k-v-like service, it should implement this kv Backend by right.
  • Metadata for this key value accessor.

Traits

  • KvAdapter is the adapter to underlying kv services.