Skip to content

yads/jugglingdb-azure-tablestorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a Windows Azure Table Storage adapter for the juggling db v0.3.x ORM

Installation

npm install jugglingdb-azure-tablestorage

Usage

To use this custom adapter, use the adapter name in the Schema constructor call

mySchema = new Schema('azure-tablestorage', {accountName:.., accountKey:...});

The adapter will automatically set the Azure host to be accountName.table.core.windows.net To specify your own host, pass in the host parameter in the settings

mySchema = new Schema('azure-tablestorage', {accountName:.., accountKey:..., host:...});

Limitations

  • Azure Table Storage only supports String id properties
  • Some querying features are not supported, notably skip and order by

License

MIT

About

a Windows Azure Tablestorage adapter for the jugglingdb ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published