Skip to main content
Module

x/google_datastore/mod.ts>Datastore#beginTransaction

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Latest
method Datastore.prototype.beginTransaction
import { Datastore } from "https://deno.land/x/google_datastore@0.2.1/mod.ts";

Begins a new transaction.

Parameters

optional
transactionOptions: TransactionOptions = [UNSUPPORTED]

Returns

Promise<string>