Before running the samples, make sure you've followed the steps outlined in Using the client library.
cd samples
npm install
cd ..
View the source code.
Usage:
node samples/deleteSnippets.js
View the source code.
Usage:
node samples/filterSnippets.js
View the source code.
Usage:
node samples/instances.js
View the source code.
Usage:
node quickstart.js <instanceId> <tableId>
View the source code.
Usage:
node samples/readSnippets.js
View the source code.
Usage:
node samples/tableadmin.js
View the source code.
Usage:
node writeBatch.js <instanceId> <tableId>
View the source code.
Usage:
node writeConditionally.js <instanceId> <tableId>
View the source code.
Usage:
node writeIncrement.js <instanceId> <tableId>
Insert a row into a table.
View the source code.
Usage:
node writeSimple.js <instanceId> <tableId>