matrix-rust-sdk/matrix_sdk_crypto/src/store
Damir Jelić fc54c63a4c crypto: Upgrade sqlx to the beta release.
This change is much needed to enable transactions in our sqlite store,
before this release creating a transaction would take ownership of the
connection, now it just mutably borrows it.
2020-10-16 15:05:53 +02:00
..
caches.rs crypto: Remember the users that received the outbound group session. 2020-09-18 18:55:17 +02:00
memorystore.rs crypto: Split out the Account into a read only portion and one with effects. 2020-09-29 12:03:41 +02:00
mod.rs crypto: Upgrade sqlx to the beta release. 2020-10-16 15:05:53 +02:00
sqlite.rs crypto: Upgrade sqlx to the beta release. 2020-10-16 15:05:53 +02:00