This is a in-process Simulator for Google Cloud Datastore

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'
* datastore-mock
* @google-cloud/datastore
* google-datastore-emulator
* datastore-api