mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
chore: dependencies
This commit is contained in:
parent
dd64959604
commit
a38e8ce9be
7 changed files with 891 additions and 713 deletions
|
@ -17,7 +17,7 @@ async fn inti_db() -> Result<Surreal<Db>, Error> {
|
|||
async fn init_reader(file_format: &str, file_name: &str) -> Box<dyn BufRead> {
|
||||
File_Format::new(file_format)
|
||||
.await
|
||||
.reader(&format!("./tests/data/{}.{}", file_name, file_format))
|
||||
.reader(&format!("./tests/data/{file_name}.{file_format}"))
|
||||
.await
|
||||
.unwrap()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue