Anki/rslib/src/storage/mod.rs
Damien Elmes ae06b9e446 add Collection struct, and get media check working again
- media check no longer needs collection to be closed
- use savepoints for operations initiated by Rust, so they are
atomic without forcing a commit
2020-03-20 21:15:23 +10:00

3 lines
69 B
Rust

mod sqlite;
pub(crate) use sqlite::{SqliteStorage, StorageContext};