{"library":"azure-table-node","type":"library","category":null,"description":"Simplified Azure Table Storage client library for NodeJS using JSON on the wire. Current stable version is 1.5.0. Supports creating, deleting, and listing tables; creating, updating, querying, and deleting entities; batch operations; and generating/using SAS for authentication. Unlike the official @azure/data-tables SDK, this library aims for simplicity and uses a callback-based API. It reads connection info from environment variable CLOUD_STORAGE_ACCOUNT by default. No major release cadence documented; last update appears older. Differentiator: lightweight, no dependency on the large Azure SDK monorepo, but lacks promised features like service properties and had known parsing issues with the connection string.","language":"javascript","status":"maintenance","version":"1.5.0","tags":["javascript","azure","storage","table","client"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install azure-table-node","imports":["var azureTable = require('azure-table-node');","var azureTable = require('azure-table-node'); var Query = azureTable.Query;","var azureTable = require('azure-table-node'); var client = azureTable.createClient({...});","var azureTable = require('azure-table-node'); var client = azureTable.getDefaultClient();"]},{"cmd":"yarn add azure-table-node","imports":[]},{"cmd":"pnpm add azure-table-node","imports":[]}],"homepage":"https://github.com/gluwer/azure-table-node","github":"git://github.com/gluwer/azure-table-node","docs":null,"changelog":null,"pypi":null,"npm":"azure-table-node","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}