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

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

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

constentity=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

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