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

Is production ready?

Open Bechma opened this issue 2 years ago • 1 comments

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 1 year ago, so I was wondering if it's abandoned or just not maintained.

Bechma avatar Aug 25 '21 21:08 Bechma

Hello, this crate should indeed be production ready, however I'd recommend to use https://github.com/selmeci/dgraph-tonic instead if you don't explicitly need to use C++ implementation of gRPC this crate uses.

ondrowan avatar Aug 28 '21 18:08 ondrowan