0.0.3 • Published 5 years ago

datastore-entity v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

datastore-entity

Installation

Using npm:

$ npm i --save datastore-entity

Download

DatastoreEntity is released under the MIT license & supports modern environments.

Overview

DatastoreEntity is built on top of the official Google Cloud Datastore Node.js client. Google Cloud Datastore is using a key with a complex data structure that can be used to model relationship but it has also made it painful to manage multiple entities.

DatastoreEntity is a utility to help manage and keep track of key for each entity. An added feature is the integration of Google Pubsub that provides a hook for every CRUD action.