mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
ClaimData
This commit is contained in:
parent
60cbb47a10
commit
e0d2cef391
2 changed files with 47 additions and 17 deletions
|
@ -21,7 +21,7 @@ async fn main() -> Result<(), Error> {
|
|||
|
||||
db.use_ns("wikidata").use_db("wikidata").await?;
|
||||
|
||||
let file = File::open("data/ex2.json")?;
|
||||
let file = File::open("data/e.json")?;
|
||||
let reader = BufReader::new(file);
|
||||
|
||||
for line in reader.lines() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue