Skip to main content
Module

x/google_datastore/util.ts

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
import * as googleDatastore from "https://deno.land/x/google_datastore@0.0.14/util.ts";

Variables

A symbol which can be used to provide a custom method to generate an Entity serialization for an object. When performing objectToEntity, this method will be used instead of built in serialization of objects to entities.

Functions

A function which converts most JavaScript objects to entities that can be stored in Google Datastore. If the object as a toEntity symbol method, it will be used to serialize the entity.