Creating database seems alright

Unsure really whether the data is in there properly - but there
is data in there!
This commit is contained in:
2025-08-16 03:41:51 +01:00
parent da121940da
commit ff4c58113f
4 changed files with 44 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ mod deser;
pub use crate::deser::ScryfallCard;
mod db;
pub use db::init_db;
pub use db::{init_db, update_db_with_file};
mod utils;
pub use utils::get_local_cache_folder;