Skip to content

Draft: BlobStore (DataStore 3rd attempt)

xmpp ftw requested to merge xmppftw/xmpp-rs:data-store2 into main

Replaces !265 and !261 (merged)

DataStore has been renamed BlobStoreInterface so it's clear it's a trait not concrete type, and it's only about blobs not about message archive and such. It's in the store::blob module so we can add other stores in the future.

TODO

  • update MR description
  • update docs
  • update changelog

Merge request reports