Google Cloud Datastore ORM

Is there a high level ORM for the nodejs datastore client library? Because it becomes very difficult to maintain a relatively small application when references to and source controlled objects are in place. Just wondering if I should start writing my own bike, or has someone already written something similar?

If not, maybe there are separate libraries to implement the corresponding link mechanism?

+3


source to share


1 answer


Check out gstore-node :



gstore-node is a Datastore object modeling library for Node.js built by Mongoose and built on top of the @ google-cloud / datastore library. It is not a replacement for @ google-cloud / datastore, but a built-in tool to help model objects through schemas and help validate data stored in the datastore.

+2


source







All Articles