mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00

- media check no longer needs collection to be closed - use savepoints for operations initiated by Rust, so they are atomic without forcing a commit
3 lines
69 B
Rust
3 lines
69 B
Rust
mod sqlite;
|
|
|
|
pub(crate) use sqlite::{SqliteStorage, StorageContext};
|