matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.27k stars 253 forks source link

feat(event cache): sqlite persistent storage for the event cache :sunglasses: #4308

Open bnjbvr opened 1 day ago

bnjbvr commented 1 day ago

This implements the following parts of https://github.com/matrix-org/matrix-rust-sdk/issues/3280#issuecomment-2488679063:

For getting a nice demo in the multiverse client, a few shortcuts have been taken in the last commit, but these should be relatively easy to solve.

The demo shows the following:

https://github.com/user-attachments/assets/50983dc7-0d53-4363-b8ee-9b68c363995a

More to come next week.