项目作者: dewhurstwill

项目描述 :
An async wrapper for azure table storage
高级语言: JavaScript
项目地址: git://github.com/dewhurstwill/async-azure-table-storage.git
创建时间: 2021-01-29T20:50:34Z
项目社区:https://github.com/dewhurstwill/async-azure-table-storage

开源协议:MIT License

下载


async azure table storage

An async wrapper for azure table storage based on the Microsoft Azure Storage SDK

Install 📦

  1. npm install async-azure-table-storage
  2. `

Optional Environment Variables:

  • AZURE_STORAGE_ACCOUNT
  • AZURE_STORAGE_ACCOUNT_KEY

Examples

Example 1

Example 2

Functions

Name Example import Required parameters
createTable const { createTable } = require('async-azure-table-storage'); tableSvc, tableName
insertEntity const { insertEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
mergeEntity const { mergeEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
replaceEntity const { replaceEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
insertOrMergeEntity const { insertOrMergeEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
insertOrReplaceEntity const { insertOrReplaceEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
retrieveEntity const { retrieveEntity } = require('async-azure-table-storage'); tableSvc, tableName, partitionKey, rowKey
queryEntities const { queryEntities } = require('async-azure-table-storage'); tableSvc, tableName, query
deleteEntity const { deleteEntity } = require('async-azure-table-storage'); tableSvc, tableName, task
deleteTable const { deleteTable } = require('async-azure-table-storage'); tableSvc, tableName
cleanEntities const { cleanEntities } = require('async-azure-table-storage'); entities

Supporting

Please consider supporting my projects, the more caffine I have, the quicker I can type.

"Buy Me A Coffee"