This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

google_entity

1.0.2 • Public • Published

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");
Function Description
addEntities Add multiple entities that have the same kind
addEntity Add an entity
deleteEntitiesFromKeys Delete entities from keys
deleteEntity Delete an entity
getEntities Get an entity by id
getEntitiesByAttributes Get entities of the same kind with attributes
getEntitiesFromKeys Get different entities from keys
getEntity Get an entity by id
updateEntity Update an entity

Tests

npm test

Package Sidebar

Install

npm i google_entity

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

15.9 kB

Total Files

7

Last publish

Collaborators

  • aminekun90