You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is great, I plan to use it. But I hope it can do more.
The original dgraph api is cumbersome to use, and I always look forward to a simplified version. It might be an orm like prisma.
Although dgraph officially launched the easy-to-use GraphQL API, it is not perfect enough, and I look forward to the simple version of GraphQL +-API.
The text was updated successfully, but these errors were encountered:
Prisma is really cool project, but I'm not sure that this repository should provide all functions of ORM / ODM....
Prisma client uses pg dependency for communicate with DB, for example. This repository could provide same functionalities as pg in prisma for another ORM/ODM/... project. Maybe with combination of juniper.
What kind of simplification do you want @sessionboy?
Yeah.I look forward to an API similar to prisma, which can reduce my work, for example: exist、findOne、findMany、findOneAndUpdate、update、upsert、delete etc.
@sessionboy We built an ORM that is agnostic to dGraph using TypeScript reflection - https://github.com/xanthous-tech/dgraph-orm . Based on the experience I have with this dgraph-tonic, I think right now this is the right level in terms of client, and maybe we could build something in Rust that does similar to our TypeScript implementation in Rust as a separate module. But with my level of Rust I don't know if I can make it work in any reasonable time.
This repo is great, I plan to use it. But I hope it can do more.
The original dgraph api is cumbersome to use, and I always look forward to a simplified version. It might be an orm like prisma.
Although dgraph officially launched the easy-to-use GraphQL API, it is not perfect enough, and I look forward to the simple version of GraphQL +-API.
The text was updated successfully, but these errors were encountered: