Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages