kitsonk / google-datastore

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support connecting to Datastore Emulator

satyarohith opened this issue · comments

GCP provides a local Datastore emulator for local development and testing https://cloud.google.com/datastore/docs/tools/datastore-emulator.

google-datastore module should recognize the environment variables set by the local emulator and connect to it when the variables are set.