Roman
Roman
Prisma is really cool project, but I'm not sure that this repository should provide all functions of ORM / ODM.... Prisma client uses [pg](https://www.npmjs.com/package/pg) dependency for communicate with DB, for...
Hi, what do you mean by Dgraph Cloud? We are using dgraph-tonic and Dgraph dedicated cluster hosted in the cloud. Are you using version with feature [slash-ql](https://dgraph.io/slash-graphql)?
Did you modify connection link according to documentation? ``` If your Slash GraphQL endpoint is https://app.eu-central-1.aws.cloud.dgraph.io/graphql than connection endpoint for gRPC client is http://app.grpc.eu-central-1.aws.cloud.dgraph.io:443 ```
Hi, thank you for the report, but it looks like internal Rust's compile problem. The same problem is reported here: https://github.com/rust-lang/rust-analyzer/issues/10677. I'm going to investigate it a little more.