No description
| .github/workflows | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
datastore-simulator
This is a in process Simulator for the Google Cloud Datastore Node.js Client @google-cloud/datastore for easy integration testing.
It is inspired by datastore-mock but tries be Typescript compatible and model the Cloud Datastore API surface as close as possible.
datastore-simulator does not try to model transactions, queries and consistency.
Usage:
Just intatiate a Datastore from 'datastore-simulator':
import {Datastore} from 'datastore-simulator'