Skip to content
/ table-Q Public

a promise based abstraction on Azure table storage with pagination helpers.

Notifications You must be signed in to change notification settings

jepso/table-Q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table-Q

TableQ

Create table service, takes the same arguments as the native azure library

@return {object} Table Service

tableService.createTable

Create table if not exists

@param {string} name The name of the table to create
@return {>bool} success

tableService.getTables()

Get a list of all table names

@return {>array} array of ALL table names

tableService.deleteTable

Delete a table

@param {string} name The name of the table to delete
@return {>bool} success

tableService.getTable()

Get the service to access and individual table

@param {string} tableName The table you want to access
@return {object} Table service for that table

About

a promise based abstraction on Azure table storage with pagination helpers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published