azure-table-node

JSON →
library 1.5.0 ·javascript maintenance
verified Jun 7, 2026

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.