mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix!: remove OVERWRITE_DB, swap to querry
This commit is contained in:
parent
d9803555d1
commit
8df3ab1d74
5 changed files with 28 additions and 61 deletions
|
@ -8,7 +8,6 @@ use wikidata_to_surrealdb::utils::*;
|
|||
|
||||
async fn inti_db() -> Result<Surreal<Db>, Error> {
|
||||
env::set_var("WIKIDATA_LANG", "en");
|
||||
env::set_var("OVERWRITE_DB", "false");
|
||||
|
||||
let db = init_db::create_db_mem().await?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue