1.0.2 • Published 3 years ago

google_entity v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Google Entity

Google entity uses Google datastore sdk to do crud and search more efficiently than the basic core sdk

Installation

npm i google-entity

Usage

const entity = require("google-entity");
FunctionDescription
addEntitiesAdd multiple entities that have the same kind
addEntityAdd an entity
deleteEntitiesFromKeysDelete entities from keys
deleteEntityDelete an entity
getEntitiesGet an entity by id
getEntitiesByAttributesGet entities of the same kind with attributes
getEntitiesFromKeysGet different entities from keys
getEntityGet an entity by id
updateEntityUpdate an entity

Tests

npm test