Hello community. I am using Google Cloud Datastore...
# prisma-whats-new
r
Hello community. I am using Google Cloud Datastore as one of my databases. It's Google's proprietary cloud native NoSQL database. I plan to write a Prisma connector for it. How much work would it be? Also, any links to best practices OR help in writing new Prisma connectors to different databases appreciated as I might also use Google Cloud Spanner. Thanks.
n
hey @Raj Chaudhary, that's amazing! 🙂 There is already a feature request for the GCD here: https://github.com/graphcool/prisma/issues/1708 We described the process for contributing connectors here: https://github.com/graphcool/prisma/issues/1751
I hope that helps as a starting point, feel free to start a discussion in the feature request if you have any questions 😊
r
Thanks for your response nilan. I will get back to you if I need any help.
Hi nilan. I have gone through the links you mentioned above. But they don't point to any existing code which I can use as a reference. Is going through the entire Prisma codebase the only way to understand how to write DB connectors OR there is an easier way which can save some time? Thanks.