This repository is example code for investigating a Deno issue with the Google Spanner client.
Edit index.js
and replace the strings for projectId
, instanceId
, and databaseId
with your own values.
npm install
# Run with Node
node index.js
# Run with Deno
deno run -A index.js