mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-23 16:47:54 -04:00
This patch introduces a write-only connection in `SqliteStateStore` _à la_ `SqliteEventCacheStore`. The idea is to get many read-only connections, and a single write-only connections behind a lock, so that there is a single writer at a time. This patch renames the `acquire` method to `read`, and it introduces a new `write` connection.
The file is empty.