dgraph-rs icon indicating copy to clipboard operation
dgraph-rs copied to clipboard

A dgraph client driver written in rust ⛺

Results 3 dgraph-rs issues
Sort by recently updated
recently updated
newest added

Greetings, I'm looking for a graph database rust driver for a new project. Dgraph and this project are great to include them, but the last commit is from more than...

I'm having issues when trying to mutate things in the database ``` let c = MutComment { content: comment.content.clone(), poster, thread, attachment: attachment, post_time: "2019-04-11T01:45:00Z".to_string(), // ignore this, it's placeholder...

Hi, thanks for the library! Is there a way to run an `Upsert` type of query?